Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/client/StarClientApplication.cpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2023-06-23 18:13:26 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2023-06-23 18:13:26 +1000
commit176c79bada5f175202a1f67828a9d4bfc208895c (patch)
tree7487030ad4227dd1bd223d202d699a7400305bcf /source/client/StarClientApplication.cpp
parentbab5f0bd1123034cce33e7519dbb33afbd04b081 (diff)
Hardware Cursor support
Updated SDL2 for this, so lib\ is no longer gitignored
Diffstat (limited to 'source/client/StarClientApplication.cpp')
-rw-r--r--source/client/StarClientApplication.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/client/StarClientApplication.cpp b/source/client/StarClientApplication.cpp
index a80e650..4a156bd 100644
--- a/source/client/StarClientApplication.cpp
+++ b/source/client/StarClientApplication.cpp
@@ -159,7 +159,7 @@ void ClientApplication::applicationInit(ApplicationControllerPtr appController)
m_maxInterfaceScale = assets->json("/interface.config:maxInterfaceScale").toInt();
m_crossoverRes = jsonToVec2F(assets->json("/interface.config:interfaceCrossoverRes"));
- appController->setCursorVisible(false);
+ appController->setCursorVisible(true);
AudioFormat audioFormat = appController->enableAudio();
m_mainMixer = make_shared<MainMixer>(audioFormat.sampleRate, audioFormat.channels);