mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-01-08 05:07:10 +00:00
Fix an issue where zooming in the camera would persist to results screen
This commit is contained in:
parent
6edd9e8c6a
commit
1e5153f133
|
@ -64,6 +64,9 @@ class ResultState extends MusicBeatSubState
|
||||||
loop: resultsVariation != SHIT
|
loop: resultsVariation != SHIT
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// Reset the camera zoom on the results screen.
|
||||||
|
FlxG.camera.zoom = 1.0;
|
||||||
|
|
||||||
// TEMP-ish, just used to sorta "cache" the 3000x3000 image!
|
// TEMP-ish, just used to sorta "cache" the 3000x3000 image!
|
||||||
var cacheBullShit:FlxSprite = new FlxSprite().loadGraphic(Paths.image("resultScreen/soundSystem"));
|
var cacheBullShit:FlxSprite = new FlxSprite().loadGraphic(Paths.image("resultScreen/soundSystem"));
|
||||||
add(cacheBullShit);
|
add(cacheBullShit);
|
||||||
|
|
Loading…
Reference in a new issue