Skip to content

Commit 9fee414

Browse files
committed
dammit
1 parent ea89e23 commit 9fee414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FMODAudioEngine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class $modify(MenuLoopFMODHook, FMODAudioEngine) {
3636
}
3737

3838
unsigned int position = 0;
39-
menuLoopChannelProbably->getPosition(&position, FMOD_TIMEUNIT_MS)
39+
menuLoopChannelProbably->getPosition(&position, FMOD_TIMEUNIT_MS);
4040
songManager.setLastMenuLoopPosition(position); // so the problem with trying to move this logic to GJBGL::init() is that by the time GJBGL::init() is called, FMOD's menu loop track has already been stopped and its position resets to 0. hence why we are here instead.
4141

4242
if (!songManager.getConstantShuffleMode() || songManager.isOverride()) return;

0 commit comments

Comments
 (0)