Skip to content

Commit

Permalink
Fix accidental removal of break statement. (axmolengine#1861)
Browse files Browse the repository at this point in the history
  • Loading branch information
rh101 authored Apr 29, 2024
1 parent 354f3ab commit b679238
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/ui/UIMediaPlayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1191,6 +1191,7 @@ void MediaPlayer::play()
case MEMediaState::Closed:
engine->setAutoPlay(true);
engine->open(_videoURL);
break;
default:
engine->play();
}
Expand Down

0 comments on commit b679238

Please sign in to comment.