mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:37:28 +08:00
use startAtCurrentTime
This commit is contained in:
parent
e012af6616
commit
6700ef910f
@ -14,7 +14,7 @@ namespace osu.Game.Skinning
|
||||
public static class LegacySkinExtensions
|
||||
{
|
||||
public static Drawable GetAnimation(this ISkin source, string componentName, bool animatable, bool looping, bool applyConfigFrameRate = false, string animationSeparator = "-",
|
||||
bool startAtCurrentTime = false, double? frameLength = null)
|
||||
bool startAtCurrentTime = true, double? frameLength = null)
|
||||
{
|
||||
Texture texture;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user