This commit is contained in:
2023-03-26 21:54:40 -07:00
parent 80778d5a75
commit ad1d3bdbac
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;