mirror of
https://github.com/photonstorm/phaser
synced 2024-12-18 00:53:42 +00:00
Changed Image gl pipeline
This commit is contained in:
parent
79805ac04f
commit
ad1701d0ed
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ var ImageWebGLRenderer = function (renderer, src, interpolationPercentage, camer
|
|||
return;
|
||||
}
|
||||
|
||||
renderer.spriteBatch.addSprite(src, camera);
|
||||
renderer.spriteBatch.drawSprite(src, camera);
|
||||
};
|
||||
|
||||
module.exports = ImageWebGLRenderer;
|
||||
|
|
Loading…
Reference in a new issue