sdfsdfs
This commit is contained in:
13
node_modules/pixi.js/lib/scene/container/bounds/utils/matrixAndBoundsPool.js
generated
vendored
Normal file
13
node_modules/pixi.js/lib/scene/container/bounds/utils/matrixAndBoundsPool.js
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
'use strict';
|
||||
|
||||
var Matrix = require('../../../../maths/matrix/Matrix.js');
|
||||
var Pool = require('../../../../utils/pool/Pool.js');
|
||||
var Bounds = require('../Bounds.js');
|
||||
|
||||
"use strict";
|
||||
const matrixPool = new Pool.Pool(Matrix.Matrix);
|
||||
const boundsPool = new Pool.Pool(Bounds.Bounds);
|
||||
|
||||
exports.boundsPool = boundsPool;
|
||||
exports.matrixPool = matrixPool;
|
||||
//# sourceMappingURL=matrixAndBoundsPool.js.map
|
Reference in New Issue
Block a user