Skip to content

Commit 47280c4

Browse files
committed
fix code style useless change
1 parent c303e76 commit 47280c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/rpg_objects/Game_Interpreter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1290,7 +1290,7 @@ Game_Interpreter.prototype.command281 = function() {
12901290
// Change Tileset
12911291
Game_Interpreter.prototype.command282 = function() {
12921292
var tileset = $dataTilesets[this._params[0]];
1293-
if(!this._imageReservationId) {
1293+
if(!this._imageReservationId){
12941294
this._imageReservationId = Utils.generateRuntimeId();
12951295
}
12961296

0 commit comments

Comments
 (0)