Removed unused pause variable from JuliaSet example.
This commit is contained in:
parent
6859ce6a74
commit
4a9f52c7e5
1 changed files with 0 additions and 2 deletions
|
|
@ -77,8 +77,6 @@ public class JuliaSet
|
||||||
int incrementSpeed = 0;
|
int incrementSpeed = 0;
|
||||||
// Show controls
|
// Show controls
|
||||||
bool showControls = true;
|
bool showControls = true;
|
||||||
// Pause animation
|
|
||||||
bool pause = false;
|
|
||||||
|
|
||||||
SetTargetFPS(60);
|
SetTargetFPS(60);
|
||||||
//--------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue