We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dfc05f commit 25765dfCopy full SHA for 25765df
1 file changed
qtfred/src/ui/util/ImageRenderer.cpp
@@ -23,7 +23,7 @@ bool loadHandleToQImage(int bmHandle, QImage& outImage, QString* outError)
23
}
24
25
int w = 0, h = 0;
26
- ushort flags = 0;
+ uint flags = 0;
27
int nframes = 0, fps = 0;
28
29
// Use the returned handle (first frame if this is an animation.. TODO: Handle animations. Will be useful for Heads)
0 commit comments