Skip to content

Commit df9a8a5

Browse files
committed
removed audio sync() call - no longer needed
1 parent 064c279 commit df9a8a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/QorpseState.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ QorpseState :: QorpseState(
2727
QorpseState :: ~QorpseState()
2828
{
2929
m_Ambient = Color::white(); // reset shader
30-
Audio::sync();
3130
m_pRoot = nullptr;
3231
m_pPipeline->partitioner()->clear();
3332
}

0 commit comments

Comments
 (0)