hotfix
(function(){ | |
var Scene_Map_prototype_start = Scene_Map.prototype.start; | |
Scene_Map.prototype.start = function() { | |
Scene_Map_prototype_start.call(this); | |
this._spriteset._tilemap.refreshTileset(); | |
}; | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment