diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-07-13 19:12:55 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-07-13 19:12:55 +1000 |
commit | 28f4204b09b04280340ffbbeaccf86b96f377296 (patch) | |
tree | e2a166cc3ddd57460814631b7a8258ed0ee975ea /source/client | |
parent | c3bf7a3c87e61c56d48dd932f295c99d64d14a38 (diff) |
more Voice work
Diffstat (limited to 'source/client')
-rw-r--r-- | source/client/StarClientApplication.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/client/StarClientApplication.cpp b/source/client/StarClientApplication.cpp index e2a1515..c58b6b5 100644 --- a/source/client/StarClientApplication.cpp +++ b/source/client/StarClientApplication.cpp @@ -174,7 +174,7 @@ void ClientApplication::applicationInit(ApplicationControllerPtr appController) m_guiContext = make_shared<GuiContext>(m_mainMixer->mixer(), appController); m_input = make_shared<Input>(); - m_voice = make_shared<Voice>(); + m_voice = make_shared<Voice>(appController); auto configuration = m_root->configuration(); bool vsync = configuration->get("vsync").toBool(); |