Browse Source

Fixed imgui dock.

Branimir Karadžić 8 years ago
parent
commit
c86c04be10
1 changed files with 1 additions and 0 deletions
  1. 1 0
      3rdparty/ocornut-imgui/widgets/dock.inl

+ 1 - 0
3rdparty/ocornut-imgui/widgets/dock.inl

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