Browse Source

Update core_2d_camera.c

pull/2585/head
Ray 2 years ago
parent
commit
a3a6b3f24a
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      examples/core/core_2d_camera.c

+ 0
- 1
examples/core/core_2d_camera.c View File

@ -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;

Loading…
Cancel
Save