mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-04-10 14:24:22 -04:00
Cleanup.
This commit is contained in:
parent
ecc11095a9
commit
b57dadc1b1
1 changed files with 2 additions and 2 deletions
|
@ -3417,12 +3417,12 @@ bool imguiCheck(const char* _text, bool _checked, bool _enabled)
|
|||
|
||||
bool imguiBool(const char* _text, bool& _flag, bool _enabled)
|
||||
{
|
||||
bool result = imguiCheck(_text, _flag, _enabled);
|
||||
bool result = imguiCheck(_text, _flag, _enabled);
|
||||
if (result)
|
||||
{
|
||||
_flag = !_flag;
|
||||
}
|
||||
return result;
|
||||
return result;
|
||||
}
|
||||
|
||||
bool imguiCollapse(const char* _text, const char* _subtext, bool _checked, bool _enabled)
|
||||
|
|
Loading…
Add table
Reference in a new issue