mirror of
https://github.com/photonstorm/phaser
synced 2024-12-21 02:23:29 +00:00
9 lines
207 B
JavaScript
9 lines
207 B
JavaScript
var GraphicsCanvasRenderer = function (renderer, src, interpolationPercentage, camera)
|
|
{
|
|
if (this.renderMask !== this.renderFlags)
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
|
|
module.exports = GraphicsCanvasRenderer;
|