We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dec5091 commit 26d7125Copy full SHA for 26d7125
Source/System/GraphicalPrimitive.h
@@ -537,7 +537,7 @@ namespace RTE {
537
float m_RotAngle = 0; //!< Angle to rotate bitmap in radians.
538
bool m_HFlipped = false; //!< Whether the Bitmap to draw should be horizontally flipped.
539
bool m_VFlipped = false; //!< Whether the Bitmap to draw should be vertically flipped.
540
- float m_Scale = 1.0;
+ float m_Scale = 1.0f;
541
542
/// Constructor method for BitmapPrimitive object.
543
/// @param player Player screen to draw this primitive on.
0 commit comments