mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
add missing space in one of the cameraDescriptions (#2977)
This commit is contained in:
@ -90,7 +90,7 @@ int main(void)
|
|||||||
"Follow player center",
|
"Follow player center",
|
||||||
"Follow player center, but clamp to map edges",
|
"Follow player center, but clamp to map edges",
|
||||||
"Follow player center; smoothed",
|
"Follow player center; smoothed",
|
||||||
"Follow player center horizontally; updateplayer center vertically after landing",
|
"Follow player center horizontally; update player center vertically after landing",
|
||||||
"Player push camera on getting too close to screen edge"
|
"Player push camera on getting too close to screen edge"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user