Skip to content

Commit

Permalink
Fixed render Error... by adding render().
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Uhrmann committed Mar 28, 2016
1 parent 03031d3 commit 7ccba11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions games/pokemon/game.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,10 @@ JackDanger.PokemonVadammt.prototype.update = function () {
}
};

JackDanger.PokemonVadammt.prototype.render = function() {

};

JackDanger.PokemonVadammt.prototype.updateDebugInfo = function (self) {

var lengthOfNumber = self.frameCounter.toString().length;
Expand Down

0 comments on commit 7ccba11

Please sign in to comment.