mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-23 08:07:54 -05:00
playstate camera fixie
This commit is contained in:
parent
9d7831d40b
commit
7d008e7247
1 changed files with 1 additions and 0 deletions
|
@ -1550,6 +1550,7 @@ class PlayState extends MusicBeatSubState
|
|||
|
||||
public function resetCameraZoom():Void
|
||||
{
|
||||
if (PlayState.instance.isMinimalMode) return;
|
||||
// Apply camera zoom level from stage data.
|
||||
defaultCameraZoom = currentStage.camZoom;
|
||||
currentCameraZoom = defaultCameraZoom;
|
||||
|
|
Loading…
Reference in a new issue