Skip to content

Commit

Permalink
GRAPHICS: TXI variable "speed" is apparently a float
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Jun 10, 2019
1 parent 8b869d7 commit ed2cafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphics/images/txi.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class TXI {
uint8 rows { 0 };
float spacingB { 0.0f };
float spacingR { 0.0f };
uint8 speed { 0 };
float speed { 0.0f };
bool temporary { false };
float textureWidth { 0.0f };
bool unique { false };
Expand Down

0 comments on commit ed2cafd

Please sign in to comment.