mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
map work
This commit is contained in:
@@ -216,8 +216,6 @@ void ui_layer::update()
|
||||
|
||||
void ui_layer::render()
|
||||
{
|
||||
Timer::subsystem.gfx_gui.start();
|
||||
|
||||
render_background();
|
||||
render_progress();
|
||||
|
||||
@@ -232,8 +230,6 @@ void ui_layer::render()
|
||||
gl::buffer::unbind(gl::buffer::ARRAY_BUFFER);
|
||||
ImGui::Render();
|
||||
|
||||
Timer::subsystem.gfx_gui.stop();
|
||||
|
||||
#ifdef EU07_USEIMGUIIMPLOPENGL2
|
||||
ImGui_ImplOpenGL2_RenderDrawData(ImGui::GetDrawData());
|
||||
ImGui_ImplOpenGL2_NewFrame();
|
||||
|
||||
Reference in New Issue
Block a user