chore: disable grid center sphere and fix priority

This commit is contained in:
Nick Fisher
2024-12-17 16:43:07 +08:00
parent d92d47faa5
commit e9c14139c2
2 changed files with 20 additions and 13 deletions

View File

@@ -44,7 +44,7 @@ public:
size_t getInstanceCount() override { return _instances.size(); }
SceneAsset* getInstanceByEntity(utils::Entity entity) override;
SceneAsset* getInstanceAt(size_t index) override;
size_t getChildEntityCount() override { return 2; }
size_t getChildEntityCount() override;
const Entity* getChildEntities() override;
Entity findEntityByName(const char* name) override;