Skip to content

Commit

Permalink
1.0.1 release
Browse files Browse the repository at this point in the history
* Fixed a bug in the `SmoothTransition clear` Plugin Command.
  • Loading branch information
Serena1432 committed Jun 12, 2024
1 parent 60dd615 commit 705c2f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions SmoothTransition.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*:
* @plugindesc v1.0.0 - A plugin handling the smooth transitions for any games.
* @plugindesc v1.0.1 - A plugin handling the smooth transitions for any games.
* @author Serena1432
*
* @help -------------------------------------------------------------------------------
Expand Down Expand Up @@ -362,7 +362,6 @@ Game_Interpreter.prototype.pluginCommand = function(command, args) {
break;
}
}
transition.stop();
break;
}
}
Expand Down

0 comments on commit 705c2f4

Please sign in to comment.