mirror of
https://github.com/photonstorm/phaser
synced 2024-11-16 01:38:23 +00:00
Support for Video texture updates.
This commit is contained in:
parent
d8c109b0a2
commit
f33082caf2
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ Phaser.Component.Core.prototype = {
|
|||
*/
|
||||
postUpdate: function() {
|
||||
|
||||
if (this.key instanceof Phaser.BitmapData)
|
||||
if (this.key instanceof Phaser.BitmapData || this.key instanceof Phaser.Video)
|
||||
{
|
||||
this.key.render();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue