mirror of
https://github.com/osukey/osukey.git
synced 2025-04-29 02:37:25 +09:00
Fix test browsers on longer working after framework update
This commit is contained in:
parent
2a9b1ea9fc
commit
c48af79588
@ -21,7 +21,7 @@ namespace osu.Game.Tournament.Tests
|
|||||||
{
|
{
|
||||||
Colour = OsuColour.Gray(0.5f),
|
Colour = OsuColour.Gray(0.5f),
|
||||||
Depth = 10
|
Depth = 10
|
||||||
}, AddInternal);
|
}, Add);
|
||||||
|
|
||||||
// Have to construct this here, rather than in the constructor, because
|
// Have to construct this here, rather than in the constructor, because
|
||||||
// we depend on some dependencies to be loaded within OsuGameBase.load().
|
// we depend on some dependencies to be loaded within OsuGameBase.load().
|
||||||
|
@ -22,7 +22,7 @@ namespace osu.Game.Tests
|
|||||||
{
|
{
|
||||||
Depth = 10,
|
Depth = 10,
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
}, AddInternal);
|
}, Add);
|
||||||
|
|
||||||
// Have to construct this here, rather than in the constructor, because
|
// Have to construct this here, rather than in the constructor, because
|
||||||
// we depend on some dependencies to be loaded within OsuGameBase.load().
|
// we depend on some dependencies to be loaded within OsuGameBase.load().
|
||||||
|
Loading…
x
Reference in New Issue
Block a user