- fixed several scale related floating point conversion warnings.
This commit is contained in:
parent
431c47c957
commit
355219d614
7 changed files with 12 additions and 12 deletions
|
|
@ -55,7 +55,7 @@ public:
|
|||
uint8_t range0start = 0;
|
||||
uint8_t range0end = 0;
|
||||
bool othergame = 0; // [GRB]
|
||||
DVector2 Scale = { 1, 1 };
|
||||
FVector2 Scale = { 1, 1 };
|
||||
int sprite = 0;
|
||||
int crouchsprite = 0;
|
||||
int namespc = 0; // namespace for this skin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue