mirror of https://github.com/ppy/osu
Add comment explaining scale
This commit is contained in:
parent
74c7d9e67d
commit
967238e269
|
@ -43,6 +43,7 @@ private class ModHiddenCoveringContainer : PlayfieldCoveringContainer
|
|||
{
|
||||
public ModHiddenCoveringContainer()
|
||||
{
|
||||
// This cover extends outwards from the hit position.
|
||||
Cover.Scale = new Vector2(1, -1);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue