Update core_2d_camera.c

This commit is contained in:
Ray 2022-07-19 22:05:07 +02:00
parent 39ead974a4
commit a3a6b3f24a

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;