Skip to content

Commit cb0eeb3

Browse files
committed
Added default blank frame for custom pipelines phaserjs#3978
1 parent 5eaeb20 commit cb0eeb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/renderer/webgl/pipelines/TextureTintPipeline.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ var TextureTintPipeline = new Class({
219219
* @private
220220
* @since 3.12.0
221221
*/
222-
this.currentFrame = null;
222+
this.currentFrame = { u0: 0, v0: 0, u1: 1, v1: 1 };
223223

224224
/**
225225
* Internal path quad cache.

0 commit comments

Comments
 (0)