mirror of
https://github.com/ppy/osu
synced 2025-01-10 08:09:40 +00:00
Fix typo in comment
Co-authored-by: Salman Ahmed <frenzibyte@gmail.com>
This commit is contained in:
parent
9a1ade4f79
commit
d1a9b88fe7
@ -124,7 +124,7 @@ namespace osu.Game.Skinning.Editor
|
|||||||
|
|
||||||
skinEditor.Save();
|
skinEditor.Save();
|
||||||
|
|
||||||
// AddOnce with paramter will ensure the newest target is loaded if there is any overlap.
|
// AddOnce with parameter will ensure the newest target is loaded if there is any overlap.
|
||||||
Scheduler.AddOnce(setTarget, screen);
|
Scheduler.AddOnce(setTarget, screen);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user