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