Skip to content

Commit 43e92a4

Browse files
committed
Update CGUITTFont.h
1 parent 5b7f878 commit 43e92a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gframe/CGUITTFont/CGUITTFont.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class CGUITTGlyphPage {
115115
public:
116116
CGUITTGlyphPage(video::IVideoDriver* Driver, const std::string& texture_name) :
117117
texture(0), available_slots(0), used_slots(0), dirty(false), driver(Driver),
118-
name({ texture_name.data(), (irr::s32)texture_name.size() }) {}
118+
name({ texture_name.data(), (irr::u32)texture_name.size() }) {}
119119
~CGUITTGlyphPage();
120120

121121
//! Create the actual page texture,

0 commit comments

Comments
 (0)