mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-12 22:38:14 +00:00
Fixed small error in comments
This commit is contained in:
@@ -48,7 +48,7 @@ int main()
|
|||||||
// Multiplier of speed to change c value. Set to 3 to start off with.
|
// Multiplier of speed to change c value. Set to 3 to start off with.
|
||||||
int incrementSpeed = 3;
|
int incrementSpeed = 3;
|
||||||
|
|
||||||
// Offset and zoom to draw the julia set at. (centered on screen and 2 times smaller)
|
// Offset and zoom to draw the julia set at. (centered on screen and 1.6 times smaller)
|
||||||
float offset[2] = { -(float)screenWidth/2, -(float)screenHeight/2 };
|
float offset[2] = { -(float)screenWidth/2, -(float)screenHeight/2 };
|
||||||
float zoom = 1.6;
|
float zoom = 1.6;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user