This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Update core_2d_camera.c
pull/2585/head
Ray
2 years ago
parent
39ead974a4
commit
a3a6b3f24a
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
;
Write
Preview
Loading…
Cancel
Save