mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Fix depth values.
This commit is contained in:
@ -32,7 +32,7 @@ namespace osu.Desktop.VisualTests.Tests
|
||||
|
||||
Clock.ProcessFrame();
|
||||
|
||||
Container approachContainer = new Container { Depth = float.MaxValue, };
|
||||
Container approachContainer = new Container { Depth = float.MinValue, };
|
||||
|
||||
Add(approachContainer);
|
||||
|
||||
@ -50,7 +50,7 @@ namespace osu.Desktop.VisualTests.Tests
|
||||
{
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
Depth = -i,
|
||||
Depth = i,
|
||||
State = ArmedState.Hit,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user