vsg-dev/vsgImGui

There is no 'ImGui::EndFrame();' in 'RenderImGui::renderComponents'

Closed this issue · 1 comments

ImGui::NewFrame() should be ended with ImGui::EndFrame() before ImGui::Render()

I have add an ImGui::EndFrame() call in before the ImGui::Render(). I don't see any change in behaviour, but it seems to make sense to do this. 1ed2aa6