改进命名和注释

This commit is contained in:
2025-06-07 01:39:27 +08:00
parent 304c3a9bf4
commit 5b2f2dbb9f
4 changed files with 11 additions and 7 deletions

View File

@@ -50,7 +50,7 @@ protected:
CameraComponentManager *camera_component_manager=nullptr;
LightComponentManager *light_component_manager =nullptr;
protected:
protected: //RenderContext,未来合并成一个RenderContext结构
Scene * default_scene =nullptr;
Camera * default_camera =nullptr;