This commit is contained in:
AstrlJelly 2024-03-08 21:59:52 -05:00
parent 9919e233c9
commit 3014eb658b

View file

@ -353,7 +353,7 @@ namespace HeavenStudio.Games
}
private ColorEase bgColorEase = new();
private ColorEase bgColorEase = new(defaultBGColor);
//call this in update
private void BackgroundColorUpdate()