mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 09:57:21 +09: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…
x
Reference in New Issue
Block a user