Skip to content

Commit 72503c8

Browse files
committed
[Bug 16737] Send playstopped msg on time
1 parent 01c22af commit 72503c8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

engine/src/desktop.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1363,7 +1363,10 @@ void MCPlatformHandlePlayerFinished(MCPlatformPlayerRef p_player)
13631363
t_player = find_player(p_player);
13641364
if (t_player == nil)
13651365
return;
1366-
1366+
1367+
// PM-2016-01-18: [[ Bug 16737 ]] Make sure controller is updated and playstopped msg is sent immediately
1368+
MCPlatformBreakWait();
1369+
13671370
t_player -> layer_redrawall();
13681371
t_player -> moviefinished();
13691372
}

0 commit comments

Comments
 (0)