Converted first thing to shared pointers.
This commit is contained in:
@ -17,7 +17,7 @@ namespace Dawn {
|
||||
flag_t style = 0;
|
||||
flag_t decorations = 0;
|
||||
uint32_t size = 16;
|
||||
TrueTypeAsset *font = nullptr;
|
||||
std::shared_ptr<TrueTypeAsset> font;
|
||||
};
|
||||
|
||||
struct UILabelText {
|
||||
|
Reference in New Issue
Block a user