Fixed imgui dock.
This commit is contained in:
parent
0fad539078
commit
c86c04be10
1
3rdparty/ocornut-imgui/widgets/dock.inl
vendored
1
3rdparty/ocornut-imgui/widgets/dock.inl
vendored
@ -71,6 +71,7 @@ namespace ImGui
|
||||
, active(true)
|
||||
, status(Status_Float)
|
||||
, opened(false)
|
||||
, first(true)
|
||||
{
|
||||
location[0] = 0;
|
||||
children[0] = children[1] = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user