mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-22 17:45:16 +00:00
Update OverlaysManager.cs
So this was the solution?
This commit is contained in:
parent
781ba06e4b
commit
4d34b419ed
1 changed files with 2 additions and 2 deletions
|
@ -267,7 +267,7 @@ namespace HeavenStudio.Common
|
||||||
|
|
||||||
public static SectionComponent CreateDefault()
|
public static SectionComponent CreateDefault()
|
||||||
{
|
{
|
||||||
return new SectionComponent(true, new Vector2(0.7f, 0.765f), 1f, 0f);
|
return new SectionComponent(true, new Vector2(-0.7f, 0.765f), 1f, 0f);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue