Skip to content

Commit 049ef5f

Browse files
committed
tweak(w3dview): Decouple WWAudioClass update from logic step (#1579)
1 parent 2683d1b commit 049ef5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/Tools/W3DView/GraphicView.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ CGraphicView::RepaintView
546546
//
547547
// Let the audio class think
548548
//
549-
WWAudioClass::Get_Instance ()->On_Frame_Update (WW3D::Get_Sync_Frame_Time());
549+
WWAudioClass::Get_Instance ()->On_Frame_Update (WW3D::Get_Logic_Frame_Time_Milliseconds());
550550

551551
//
552552
// Update the count of particles and polys in the status bar

0 commit comments

Comments
 (0)