mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-05 21:08:09 +00:00
Update core_2d_camera.c
This commit is contained in:
@@ -57,7 +57,6 @@ int main(void)
|
||||
{
|
||||
// Update
|
||||
//----------------------------------------------------------------------------------
|
||||
|
||||
// Player movement
|
||||
if (IsKeyDown(KEY_RIGHT)) player.x += 2;
|
||||
else if (IsKeyDown(KEY_LEFT)) player.x -= 2;
|
||||
|
||||
Reference in New Issue
Block a user