1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

properly initialize loops to 0 in eventplayer

This commit is contained in:
Juan Linietsky
2016-06-20 14:46:17 -03:00
parent 8f7a1367fe
commit 93441d6119

View File

@@ -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;