diff options
| author | Juan Linietsky | 2015-10-20 23:55:08 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-10-20 23:55:08 -0300 |
| commit | f6a790d58c596773466437140f6d7e2a6a29e5e7 (patch) | |
| tree | b1b01c575e83cd77b8607771d7d745aeac75c308 /scene/3d/spatial_stream_player.cpp | |
| parent | d241b2ec1b97366791ed64f882e6e6b0e302bc9b (diff) | |
| parent | b5011d9bf1dea0e16b5b15da82f6110c4055ad09 (diff) | |
| download | godot-f6a790d58c596773466437140f6d7e2a6a29e5e7.tar.gz godot-f6a790d58c596773466437140f6d7e2a6a29e5e7.tar.zst godot-f6a790d58c596773466437140f6d7e2a6a29e5e7.zip | |
Merge branch 'master' of https://github.com/okamstudio/godot
Diffstat (limited to 'scene/3d/spatial_stream_player.cpp')
| -rw-r--r-- | scene/3d/spatial_stream_player.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/3d/spatial_stream_player.cpp b/scene/3d/spatial_stream_player.cpp index 346e354df..7ed2335fc 100644 --- a/scene/3d/spatial_stream_player.cpp +++ b/scene/3d/spatial_stream_player.cpp @@ -171,6 +171,7 @@ void SpatialStreamPlayer::stop() { //AudioServer::get_singleton()->stream_set_active(stream_rid,false); SpatialSoundServer::get_singleton()->source_set_audio_stream(get_source_rid(),NULL); playback->stop(); + resampler.flush(); //set_idle_process(false); } |
