Skip to content

Commit 57474c0

Browse files
committed
Trying out removal of dirty flag.
1 parent 67039df commit 57474c0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/gameobjects/components/LoadTexture.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ Phaser.Component.LoadTexture.prototype = {
8989
}
9090
}
9191

92-
if (!isRenderTexture)
93-
{
94-
this.texture.baseTexture.dirty();
95-
}
92+
// if (!isRenderTexture)
93+
// {
94+
// this.texture.baseTexture.dirty();
95+
// }
9696

9797
if (setFrame)
9898
{

0 commit comments

Comments
 (0)