mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Framework updates.
This commit is contained in:
@ -10,7 +10,7 @@ namespace osu.Game.Screens.Backgrounds
|
||||
public class BackgroundScreenDefault : BackgroundScreen
|
||||
{
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(BaseGame game)
|
||||
private void load(Framework.Game game)
|
||||
{
|
||||
Add(new Background(@"Backgrounds/bg1"));
|
||||
}
|
||||
|
Reference in New Issue
Block a user