boolean -> bool

This commit is contained in:
Charles J. Cliffe 2016-06-23 21:52:32 -04:00
parent 324702e26b
commit 0352216b1d

View File

@ -99,7 +99,7 @@ private:
std::string textVal;
GLFont::Align horizAlign;
GLFont::Align vertAlign;
boolean useNativeFont;
bool useNativeFont;
public:
GLTextPanel();