Skip to content

Commit 78a0792

Browse files
committed
oops
Signed-off-by: TechnikTil <techniktil@tilnotdrip.org>
1 parent 2ce799a commit 78a0792

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/funkin/states/gameplay/PlayState.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class PlayState extends FunkinState
8282
// Maybe we can repurpose for a minimal mode?
8383

8484
var greyBG:FunkinSprite = new FunkinSprite();
85-
greyBG.loadTexture('#323232', FlxG.width * 1.5, FlxG.height * 1.5);
85+
greyBG.loadTexture('#323232', Std.int(FlxG.width * 1.5), Std.int(FlxG.height * 1.5));
8686
greyBG.screenCenter();
8787
add(greyBG);
8888

0 commit comments

Comments
 (0)