Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Commit

Permalink
Update Transitions.gml
Browse files Browse the repository at this point in the history
  • Loading branch information
devkcud committed May 15, 2022
1 parent bf4ac44 commit a9a0967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Transitions/Transitions.gml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ function TransitionChangeRoom() {
function TransitionFinished() {
layer_sequence_destroy(self.elementID);
global.midTransition = false;
objControl.gotFin = 0;
if (instance_exists(objControl)) objControl.gotFin = 0;
}

0 comments on commit a9a0967

Please sign in to comment.