summaryrefslogtreecommitdiff
path: root/source/libs/asura-lib-framework/scripts/scene.lua
diff options
context:
space:
mode:
Diffstat (limited to 'source/libs/asura-lib-framework/scripts/scene.lua')
-rw-r--r--source/libs/asura-lib-framework/scripts/scene.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/libs/asura-lib-framework/scripts/scene.lua b/source/libs/asura-lib-framework/scripts/scene.lua
index 3036ce1..11ac86c 100644
--- a/source/libs/asura-lib-framework/scripts/scene.lua
+++ b/source/libs/asura-lib-framework/scripts/scene.lua
@@ -6,7 +6,7 @@ AsuraEngine.Scene = AsuraEngine.Asset.Extend("Scene")
local Scene = AsuraEngine.Scene
function Scene.Ctor(self)
- self.rootGameObjects = {} --当前场景的所有root gameobject
+ self.rootGameObjects = {} --当前场景的所有root entity
self.super.Ctor(self)
end