Switching SceneItems to smarts
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
|
||||
using namespace Dawn;
|
||||
|
||||
UISimpleLabel::UISimpleLabel(SceneItem *i) :
|
||||
UISimpleLabel::UISimpleLabel(std::weak_ptr<SceneItem> i) :
|
||||
UILabel(i),
|
||||
text("Hello World"),
|
||||
font(nullptr),
|
||||
|
Reference in New Issue
Block a user