This commit is contained in:
2023-03-26 21:54:40 -07:00
parent 6ab9abdeba
commit a7ee65cb6d
2 changed files with 8 additions and 6 deletions

View File

@ -9,8 +9,8 @@
namespace Dawn {
class FPSLabelComponent : public SceneItemComponent {
public:
// @optional
UILabel *label;
/* @optional */
UILabel *label = nullptr;
FPSLabelComponent(SceneItem *item);
void onStart() override;