mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 16:47:46 +08:00
Remove redundant class name qualifier
This commit is contained in:
parent
ce837eaba0
commit
61093030ee
@ -118,7 +118,7 @@ namespace osu.Game.Storyboards.Drawables
|
|||||||
for (int frameIndex = 0; frameIndex < Animation.FrameCount; frameIndex++)
|
for (int frameIndex = 0; frameIndex < Animation.FrameCount; frameIndex++)
|
||||||
{
|
{
|
||||||
string framePath = Animation.Path.Replace(".", frameIndex + ".");
|
string framePath = Animation.Path.Replace(".", frameIndex + ".");
|
||||||
Drawable frame = storyboard.CreateSpriteFromResourcePath(framePath, textureStore) ?? Drawable.Empty();
|
Drawable frame = storyboard.CreateSpriteFromResourcePath(framePath, textureStore) ?? Empty();
|
||||||
AddFrame(frame, Animation.FrameDelay);
|
AddFrame(frame, Animation.FrameDelay);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user