Skip to content

Commit

Permalink
GRAPHICS: TXI variable "distortionamplitude" 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 ed2cafd commit e68989a
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 @@ -78,7 +78,7 @@ class TXI {
uint16 defaultWidth { 0 };
uint8 distort { 0 };
uint8 distortAngle { 0 };
uint8 distortionAmplitude { 0 };
float distortionAmplitude { 0.0f };
uint8 downsampleFactor { 0 };
uint8 downsampleMax { 0 };
uint8 downsampleMin { 0 };
Expand Down

0 comments on commit e68989a

Please sign in to comment.