mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-15 15:58:14 +00:00
Reviewed code TODOs
This commit is contained in:
@@ -375,7 +375,7 @@ static void ProcessCamera(Camera *camera, Vector3 *playerPosition)
|
||||
}
|
||||
|
||||
// Focus to center
|
||||
// TODO: Move this function out of the module?
|
||||
// TODO: Move this function out of this module?
|
||||
if (IsKeyDown('Z')) camera->target = (Vector3){ 0.0f, 0.0f, 0.0f };
|
||||
|
||||
// Camera position update
|
||||
|
Reference in New Issue
Block a user