fix char -> int, to allow check with -1, some build systems fail
to make char a signed char fix unused variable removed duplicate header files in Gwen/Controls/Layout
This commit is contained in:
@@ -52,7 +52,7 @@ namespace Gwen
|
||||
float m_fVVal;
|
||||
int m_fBarSize;
|
||||
|
||||
char m_iZoomedSection;
|
||||
int m_iZoomedSection;
|
||||
|
||||
Gwen::Event::Caller onZoomed;
|
||||
Gwen::Event::Caller onUnZoomed;
|
||||
|
||||
Reference in New Issue
Block a user