clear stuff
This commit is contained in:
@@ -36,7 +36,6 @@ int main()
|
|||||||
while (!WindowShouldClose()) {
|
while (!WindowShouldClose()) {
|
||||||
UpdateCamera(&camera, CAMERA_FREE);
|
UpdateCamera(&camera, CAMERA_FREE);
|
||||||
DisableCursor();
|
DisableCursor();
|
||||||
if(IsKeyPressed(KEY_Z)) camera.target = (Vector3){0.0f, 0.0f, 0.0f};
|
|
||||||
|
|
||||||
BeginDrawing();
|
BeginDrawing();
|
||||||
ClearBackground(RAYWHITE);
|
ClearBackground(RAYWHITE);
|
||||||
|
|||||||
Reference in New Issue
Block a user