Fix crash after pressing F1. #30

Open
YeetElite wants to merge 1 commits from YeetElite/main into main

View File

@ -518,11 +518,11 @@ int main(int argc, char *argv[])
Planet::planet->ClearChunkQueue();
ImGui::Checkbox("Use absolute Y axis for camera vertical movement", &camera.absoluteVerticalMovement);
ImGui::End();
ImGui::Render();
ImGui_ImplOpenGL3_RenderDrawData(ImGui::GetDrawData());
}
ImGui::Render();
ImGui_ImplOpenGL3_RenderDrawData(ImGui::GetDrawData());
// Check and call events and swap buffers
glfwSwapBuffers(window);
glfwPollEvents();