This commit is contained in:
Branimir Karadžić
2014-06-27 21:47:33 -07:00
parent d1b6cc762c
commit 167a6717c5
4 changed files with 329 additions and 340 deletions

View File

@@ -206,14 +206,6 @@ void imguiEnum(LightType::Enum& _enum)
);
}
void imguiBool(const char* _str, bool& _flag, bool _enabled = true)
{
if (imguiCheck(_str, _flag, _enabled) )
{
_flag = !_flag;
}
}
struct PosNormalTexcoordVertex
{
float m_x;