mirror of
https://github.com/liabru/matter-js.git
synced 2024-11-27 09:50:52 -05:00
Merge pull request #1 from jackismissing/jackismissing-patch-1
RenderPixi.js - added missing dependencies
This commit is contained in:
commit
46a2bf6df6
1 changed files with 2 additions and 0 deletions
|
@ -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() {
|
||||
|
||||
|
|
Loading…
Reference in a new issue