mirror of
https://github.com/photonstorm/phaser
synced 2024-12-18 09:03:29 +00:00
10 lines
199 B
JavaScript
10 lines
199 B
JavaScript
|
var MeshCanvasRenderer = function (renderer, src, interpolationPercentage, camera)
|
||
|
{
|
||
|
if (this.renderMask !== this.renderFlags)
|
||
|
{
|
||
|
return;
|
||
|
}
|
||
|
};
|
||
|
|
||
|
module.exports = MeshCanvasRenderer
|