Update OverlaysManager.cs

So this was the solution?
This commit is contained in:
blank3times 2024-11-19 22:58:25 -08:00 committed by GitHub
parent 781ba06e4b
commit 4d34b419ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);
} }
} }