From 705c2f4ebf62426a46a2e3faae34694ccf057aad Mon Sep 17 00:00:00 2001 From: Serena1432 Date: Wed, 12 Jun 2024 08:41:00 +0700 Subject: [PATCH] 1.0.1 release * Fixed a bug in the `SmoothTransition clear` Plugin Command. --- SmoothTransition.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SmoothTransition.js b/SmoothTransition.js index 6fb2e61..3de3a25 100644 --- a/SmoothTransition.js +++ b/SmoothTransition.js @@ -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 ------------------------------------------------------------------------------- @@ -362,7 +362,6 @@ Game_Interpreter.prototype.pluginCommand = function(command, args) { break; } } - transition.stop(); break; } }