Fix typo in comment

Co-authored-by: Salman Ahmed <frenzibyte@gmail.com>
This commit is contained in:
Dean Herbert 2022-03-13 16:05:45 +09:00 committed by GitHub
parent 9a1ade4f79
commit d1a9b88fe7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
} }