chore: reworded comment
This commit is contained in:
parent
972ce010ac
commit
6c3906b7f8
|
@ -54,7 +54,7 @@ void RenderNextFrame() {
|
|||
BeginMode3D(CameraNodeGetCamera(camera));
|
||||
list_foreach(Renderable *,object, &g_render_objects)
|
||||
object->tc->draw(object->data);
|
||||
DrawGrid(100, 1.f); // TODO: Remove this (or make it a scene node entity)
|
||||
DrawGrid(100, 1.f); // TODO Remove this (or make it a scene node entity)
|
||||
EndMode3D();
|
||||
}
|
||||
DrawFPS(20, 20);
|
||||
|
|
Loading…
Reference in a new issue