mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-08-04 09:29:04 -04:00
Disable imgui cursor visibility control (#1905)
This commit is contained in:
@@ -346,7 +346,7 @@ namespace SohImGui {
|
||||
ImGuiContext* ctx = ImGui::CreateContext();
|
||||
ImGui::SetCurrentContext(ctx);
|
||||
io = &ImGui::GetIO();
|
||||
io->ConfigFlags |= ImGuiConfigFlags_DockingEnable;
|
||||
io->ConfigFlags |= ImGuiConfigFlags_DockingEnable | ImGuiConfigFlags_NoMouseCursorChange;
|
||||
io->Fonts->AddFontDefault();
|
||||
statsWindowOpen = CVar_GetS32("gStatsEnabled", 0);
|
||||
CVar_RegisterS32("gRandomizeRupeeNames", 1);
|
||||
|
||||
Reference in New Issue
Block a user