imgui update, fix gl2 imgui

This commit is contained in:
milek7
2018-10-12 17:33:34 +02:00
parent 2cb083c5b8
commit b0dc3e5269
15 changed files with 10509 additions and 9428 deletions

View File

@@ -195,6 +195,7 @@ ui_layer::render() {
// template method implementation
render_();
glBindBuffer(GL_ARRAY_BUFFER, 0);
ImGui::Render();
#ifdef EU07_USEIMGUIIMPLOPENGL2
ImGui_ImplOpenGL2_RenderDrawData(ImGui::GetDrawData());