Watch
2
0
Fork
You've already forked raylib-cs
0

Removed unused pause variable from JuliaSet example.

This commit is contained in:
Meatcorps 2026-05-24 13:56:20 +02:00
commit 4a9f52c7e5

View file

@ -77,8 +77,6 @@ public class JuliaSet
int incrementSpeed = 0;
// Show controls
bool showControls = true;
// Pause animation
bool pause = false;
SetTargetFPS(60);
//--------------------------------------------------------------------------------------