mirror of
https://github.com/raysan5/raylib.git
synced 2026-04-28 01:27:25 -04:00
MSVC warnings (#5595)
This commit is contained in:
@ -30,7 +30,7 @@
|
||||
//----------------------------------------------------------------------------------
|
||||
typedef struct TurtleState {
|
||||
Vector2 origin;
|
||||
double angle;
|
||||
float angle;
|
||||
} TurtleState;
|
||||
|
||||
typedef struct PenroseLSystem {
|
||||
|
||||
Reference in New Issue
Block a user