- fixed several scale related floating point conversion warnings.

This commit is contained in:
Christoph Oelckers 2022-06-15 22:15:36 +02:00
commit 355219d614
7 changed files with 12 additions and 12 deletions

View file

@ -373,7 +373,7 @@ struct FMapThing
double Gravity;
double Alpha;
uint32_t fillcolor;
DVector2 Scale;
FVector2 Scale;
double Health;
int score;
int16_t pitch;