This commit is contained in:
Luke Benstead 2023-09-01 20:23:36 +01:00
parent 5e7b33797d
commit 0e31aa3d27

View File

@ -145,7 +145,7 @@ int check_start() {
void DrawCube(float x, float z) {
static float pos = 0.0f;
const static float radius = 30.0f;
static const float radius = 30.0f;
pos += 0.001f;