mirror of
https://github.com/photonstorm/phaser
synced 2024-12-19 17:44:45 +00:00
10 lines
205 B
JavaScript
10 lines
205 B
JavaScript
|
var GraphicsWebGLRenderer = function (renderer, src, interpolationPercentage, camera)
|
||
|
{
|
||
|
if (this.renderMask !== this.renderFlags)
|
||
|
{
|
||
|
return;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
module.exports = GraphicsWebGLRenderer;
|