Merge pull request #13135 from zfox23/MS14951_fixSnapshotHotkeySound

MS14951: Fix Snapshot hotkey sound playback
This commit is contained in:
Howard Stearns 2018-05-09 11:07:46 -07:00 committed by GitHub
commit bf466344ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2165,7 +2165,7 @@ Application::Application(int& argc, char** argv, QElapsedTimer& startupTimer, bo
return entityServerNode && !isPhysicsEnabled();
});
_snapshotSound = DependencyManager::get<SoundCache>()->getSound(PathUtils::resourcesUrl("sounds/snap.wav"));
_snapshotSound = DependencyManager::get<SoundCache>()->getSound(PathUtils::resourcesUrl("sounds/snapshot/snap.wav"));
QVariant testProperty = property(hifi::properties::TEST);
qDebug() << testProperty;