ImGui & dev 0.9.3

I am getting an ImGui assertion (imgui.cpp:5332 " Forgot to call ImGui::NewFrame()). Happenes in the constructor of the scopedMainMenuBar and call to BeginMainMenuBar. I looked at the samples and noticed there are no ImGui menu uses at all. Previously in my app I never call ImGui::NewFrame(). I should study CinderImGui to see if there are any integration changes. Any and all comments are welcome.

Ok. I looked CinderImgui.{h, cpp} and changing my implementation to follow it. Will report back.

Hey, having the same issue on OSX.
There is a fix for this but it’s not yet merged in the cinder branch but you can apply it manually.

Great. I will test it.

-Arman