clear stuff

This commit is contained in:
speckitor
2026-07-04 12:06:19 +07:00
parent 55a1f6917e
commit 700ccaeff0
-1
View File
@@ -36,7 +36,6 @@ int main()
while (!WindowShouldClose()) {
UpdateCamera(&camera, CAMERA_FREE);
DisableCursor();
if(IsKeyPressed(KEY_Z)) camera.target = (Vector3){0.0f, 0.0f, 0.0f};
BeginDrawing();
ClearBackground(RAYWHITE);