diff options
| author | Ray <[email protected]> | 2022-07-19 22:05:07 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-07-19 22:05:07 +0200 |
| commit | a3a6b3f24aef480b797154a4278597736da89933 (patch) | |
| tree | dccb9ab2f31a939241005667381d9f206f759c21 /examples/core | |
| parent | 39ead974a4f7615c5160649b3d48503e3a0e7936 (diff) | |
| download | raylib-a3a6b3f24aef480b797154a4278597736da89933.tar.gz raylib-a3a6b3f24aef480b797154a4278597736da89933.zip | |
Update core_2d_camera.c
Diffstat (limited to 'examples/core')
| -rw-r--r-- | examples/core/core_2d_camera.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/core/core_2d_camera.c b/examples/core/core_2d_camera.c index 1c7c8a30..db2a0f53 100644 --- a/examples/core/core_2d_camera.c +++ b/examples/core/core_2d_camera.c @@ -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; |
