Commit 2f79f688 authored by w4t's avatar w4t

lockPosition parameter to window settings fix

parent 399d1583
Pipeline #60 canceled with stages
......@@ -4,6 +4,7 @@
ofxImGui::Settings::Settings()
: windowPos(kImGuiMargin, kImGuiMargin)
, windowSize(ofVec2f::zero())
, lockPosition(false)
, windowBlock(false)
, mouseOverGui(false)
, treeLevel(0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment