var changes

This commit is contained in:
Sam
2022-10-09 16:35:54 +13:00
parent c8783a1bb4
commit 1398e866c3
4 changed files with 5 additions and 5 deletions

View File

@@ -28,7 +28,7 @@
render();
render_clear();
Draw_Spiral_Pattern(5, 200, rotation, centerX, centerY, 'red')
Draw_Spiral_Pattern(3, 200, rotation, centerX, centerY, 'red')
}, 1000 / fps);
rotation += deg_per_sec / fps; // was = j = angle, now = rotation