MSVC warnings (#5595)

This commit is contained in:
Jeffery Myers
2026-02-26 09:33:08 -08:00
committed by GitHub
parent 7a3cecc010
commit 72b206624f
13 changed files with 43 additions and 43 deletions

View File

@ -30,7 +30,7 @@
//----------------------------------------------------------------------------------
typedef struct TurtleState {
Vector2 origin;
double angle;
float angle;
} TurtleState;
typedef struct PenroseLSystem {