ew global variable
This commit is contained in:
@@ -4,7 +4,9 @@
|
||||
#include <Options.hpp>
|
||||
#include <imgui.h>
|
||||
|
||||
std::string savePath;
|
||||
SettingsWindow::SettingsWindow(gui::NativeWindow& window) : window(window) {
|
||||
savesPath = Options::GetInstance().GetValue<std::string>("general", "savePath");
|
||||
}
|
||||
|
||||
bool SettingsWindow::render() {
|
||||
ImVec2 center = ImGui::GetMainViewport()->GetCenter();
|
||||
|
||||
Reference in New Issue
Block a user