Skip to content

Commit

Permalink
fix: remove dock flags =(
Browse files Browse the repository at this point in the history
  • Loading branch information
Rofli Sanches committed May 31, 2021
1 parent 471c5bd commit 01a1934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/UImGui.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class UImGui : MonoBehaviour
[SerializeField]
private UIOConfig _initialConfiguration = new UIOConfig
{
ImGuiConfig = ImGuiConfigFlags.DockingEnable | ImGuiConfigFlags.NavEnableKeyboard,
ImGuiConfig = ImGuiConfigFlags.NavEnableKeyboard,

DoubleClickTime = 0.30f,
DoubleClickMaxDist = 6.0f,
Expand Down

0 comments on commit 01a1934

Please sign in to comment.