fix ve headers

This commit is contained in:
2025-02-19 23:07:15 +03:00
parent 1e36169191
commit f1a9ec7355
4 changed files with 12 additions and 16 deletions

View File

@@ -43,9 +43,6 @@ namespace VE
void gui::end_frame()
{
// ImGuiIO& io = ImGui::GetIO();
// io.DisplaySize = ImVec2((float)m_glfw->width(), (float)m_glfw->height());
ImGui::Render();
ImGui_ImplOpenGL3_RenderDrawData(ImGui::GetDrawData());
}