Fixed imgui dock.

This commit is contained in:
Branimir Karadžić 2017-06-30 00:00:31 -07:00
parent 0fad539078
commit c86c04be10

View File

@ -71,6 +71,7 @@ namespace ImGui
, active(true)
, status(Status_Float)
, opened(false)
, first(true)
{
location[0] = 0;
children[0] = children[1] = NULL;