clear stuff
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user