diff --git a/js/rpg_core/Graphics.js b/js/rpg_core/Graphics.js index cd5b5429..8eacfc99 100644 --- a/js/rpg_core/Graphics.js +++ b/js/rpg_core/Graphics.js @@ -784,6 +784,7 @@ Graphics._updateAllElements = function() { this._updateUpperCanvas(); this._updateRenderer(); this._paintUpperCanvas(); + this._updateProgress(); }; /**