mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Fix Flush
call being run too late in PoolableSkinnableSample
This commit is contained in:
@ -129,11 +129,11 @@ namespace osu.Game.Skinning
|
||||
/// </summary>
|
||||
public void Play()
|
||||
{
|
||||
FlushPendingSkinChanges();
|
||||
|
||||
if (Sample == null)
|
||||
return;
|
||||
|
||||
FlushPendingSkinChanges();
|
||||
|
||||
activeChannel = Sample.GetChannel();
|
||||
activeChannel.Looping = Looping;
|
||||
activeChannel.Play();
|
||||
|
Reference in New Issue
Block a user