Skip to content

Commit

Permalink
GRAPHICS: TXI variable "distort" 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 e68989a commit 320f636
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 @@ -76,7 +76,7 @@ class TXI {
uint8 defaultBPP { 0 };
uint16 defaultHeight { 0 };
uint16 defaultWidth { 0 };
uint8 distort { 0 };
float distort { 0.0f };
uint8 distortAngle { 0 };
float distortionAmplitude { 0.0f };
uint8 downsampleFactor { 0 };
Expand Down

0 comments on commit 320f636

Please sign in to comment.