Fixed bad type for _RenderLayer

develop
Nimetu 4 years ago
parent 63f1fb73dd
commit 2133f6d2b7

@ -43,7 +43,7 @@ namespace NLGUI
NLMISC::CQuadUV _QuadB; NLMISC::CQuadUV _QuadB;
NLMISC::CQuadUV _QuadL; NLMISC::CQuadUV _QuadL;
uint8 _RenderLayer; sint8 _RenderLayer;
bool _ModulateGlobalColor; bool _ModulateGlobalColor;
// if true, then updateCoords() is called from draw() // if true, then updateCoords() is called from draw()

Loading…
Cancel
Save