small QoL
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
std::string savePath;
|
||||
|
||||
bool SettingsWindow::render() {
|
||||
static bool applyEnabled = false;
|
||||
ImGui::OpenPopup("Settings", ImGuiPopupFlags_None);
|
||||
ImVec2 center = ImGui::GetMainViewport()->GetCenter();
|
||||
ImGui::SetNextWindowPos(center, ImGuiCond_Appearing, ImVec2(0.5f, 0.5f));
|
||||
|
||||
Reference in New Issue
Block a user