mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
Shouldn't remove the blob data, or videos too large for memory cannot replay
This commit is contained in:
parent
48bc039fe7
commit
1df9b9655a
1 changed files with 0 additions and 2 deletions
|
@ -101,8 +101,6 @@ var VideoFile = new Class({
|
|||
|
||||
this.data.onloadeddata = function ()
|
||||
{
|
||||
File.revokeObjectURL(_this.data);
|
||||
|
||||
_this.onProcessComplete();
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue