Bug fix for webGLGraphics
indices not being cleared when clear() called
This commit is contained in:
parent
5ce7074dc1
commit
e46b57b980
17 changed files with 55 additions and 2 deletions
|
@ -2894,6 +2894,8 @@ PIXI.WebGLGraphics.renderGraphics = function(graphics, projection)
|
|||
|
||||
graphics._webGL.lastIndex = 0;
|
||||
graphics._webGL.points = [];
|
||||
graphics._webGL.indices = [];
|
||||
|
||||
}
|
||||
|
||||
PIXI.WebGLGraphics.updateGraphics(graphics);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue