Skip to content

Commit

Permalink
Update CGUITTFont.h
Browse files Browse the repository at this point in the history
  • Loading branch information
edo9300 committed Oct 23, 2022
1 parent 5b7f878 commit 43e92a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gframe/CGUITTFont/CGUITTFont.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class CGUITTGlyphPage {
public:
CGUITTGlyphPage(video::IVideoDriver* Driver, const std::string& texture_name) :
texture(0), available_slots(0), used_slots(0), dirty(false), driver(Driver),
name({ texture_name.data(), (irr::s32)texture_name.size() }) {}
name({ texture_name.data(), (irr::u32)texture_name.size() }) {}
~CGUITTGlyphPage();

//! Create the actual page texture,
Expand Down

0 comments on commit 43e92a4

Please sign in to comment.