Skip to content

Commit

Permalink
RenderPixi.js - added missing dependencies
Browse files Browse the repository at this point in the history
Bounds and Vector were missing from the requires
  • Loading branch information
jackismissing committed Apr 25, 2016
1 parent 326816f commit aec19ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/render/RenderPixi.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ var RenderPixi = {};

module.exports = RenderPixi;

var Bounds = require('../geometry/Bounds');
var Composite = require('../body/Composite');
var Common = require('../core/Common');
var Vector = require('../geometry/Vector');

(function() {

Expand Down

0 comments on commit aec19ae

Please sign in to comment.