,
This commit is contained in:
@ -9,8 +9,8 @@
|
||||
namespace Dawn {
|
||||
class FPSLabelComponent : public SceneItemComponent {
|
||||
public:
|
||||
// @optional
|
||||
UILabel *label;
|
||||
/* @optional */
|
||||
UILabel *label = nullptr;
|
||||
|
||||
FPSLabelComponent(SceneItem *item);
|
||||
void onStart() override;
|
||||
|
Reference in New Issue
Block a user