chore: reworded comment

This commit is contained in:
Sara 2024-09-20 10:47:35 +02:00
parent 972ce010ac
commit 6c3906b7f8

View file

@ -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);