Skip to content

Commit 25765df

Browse files
committed
fix qtbuild
1 parent 4dfc05f commit 25765df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

qtfred/src/ui/util/ImageRenderer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ bool loadHandleToQImage(int bmHandle, QImage& outImage, QString* outError)
2323
}
2424

2525
int w = 0, h = 0;
26-
ushort flags = 0;
26+
uint flags = 0;
2727
int nframes = 0, fps = 0;
2828

2929
// Use the returned handle (first frame if this is an animation.. TODO: Handle animations. Will be useful for Heads)

0 commit comments

Comments
 (0)