mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-19 21:42:59 +01:00
Cleanup.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user