mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 01:12:48 +02:00
fix a typo in RenderingClient
This commit is contained in:
parent
4e71e128f3
commit
30b371559d
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ void RenderingClient::cleanupBeforeQuit() {
|
|||
QMetaObject::invokeMethod(DependencyManager::get<AudioClient>().data(),
|
||||
"stop", Qt::BlockingQueuedConnection);
|
||||
|
||||
// destroy the AudioClient so it and it's thread will safely go down
|
||||
// destroy the AudioClient so it and its thread will safely go down
|
||||
DependencyManager::destroy<AudioClient>();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue