diff --git a/Examples/Shaders/JuliaSet.cs b/Examples/Shaders/JuliaSet.cs index 06c2c0d..5a1339a 100644 --- a/Examples/Shaders/JuliaSet.cs +++ b/Examples/Shaders/JuliaSet.cs @@ -77,8 +77,6 @@ public class JuliaSet int incrementSpeed = 0; // Show controls bool showControls = true; - // Pause animation - bool pause = false; SetTargetFPS(60); //--------------------------------------------------------------------------------------