mirror of
https://github.com/godotengine/godot.git
synced 2025-01-25 20:12:34 -05:00
properly initialize loops to 0 in eventplayer
This commit is contained in:
parent
8f7a1367fe
commit
93441d6119
1 changed files with 1 additions and 1 deletions
|
@ -616,7 +616,7 @@ void CPFileAccessWrapperImpl::store_dword(uint32_t p_dest){
|
|||
Error EventStreamPlaybackChibi::_play() {
|
||||
|
||||
last_order=0;
|
||||
loops++;
|
||||
loops=0;
|
||||
player->play_start_song();
|
||||
total_usec=0;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue