From 15b0e9946049946133c9c932ef23d06a665f63fb Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Sun, 2 Jul 2023 06:34:43 +1000 Subject: Initial setup of input stuff --- source/client/StarClientApplication.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/client/StarClientApplication.cpp') diff --git a/source/client/StarClientApplication.cpp b/source/client/StarClientApplication.cpp index 562128c..eedb399 100644 --- a/source/client/StarClientApplication.cpp +++ b/source/client/StarClientApplication.cpp @@ -167,7 +167,7 @@ void ClientApplication::applicationInit(ApplicationControllerPtr appController) m_mainMixer->setVolume(0.5); m_guiContext = make_shared(m_mainMixer->mixer(), appController); - + m_input = make_shared(); auto configuration = m_root->configuration(); bool vsync = configuration->get("vsync").toBool(); -- cgit v1.2.3