File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1062,7 +1062,6 @@ public class DisplayObjectContainerIn3D extends Sprite implements IRenderIn3D {S
1062
1062
if (! spriteBitmaps[ dispObj] || unrenderedChildren[ dispObj] || ! bitmapsByID[ spriteBitmaps[ dispObj]] ) {
1063
1063
if (checkChildRender(dispObj)) {
1064
1064
packTextureBitmaps();
1065
- checkBuffers();
1066
1065
}
1067
1066
}
1068
1067
@@ -1132,6 +1131,7 @@ public class DisplayObjectContainerIn3D extends Sprite implements IRenderIn3D {S
1132
1131
1133
1132
// TODO: Find out why the index buffer isn't uploaded sometimes
1134
1133
indexBufferUploaded = false ;
1134
+ checkBuffers();
1135
1135
uploadBuffers();
1136
1136
1137
1137
var changeBackBuffer: Boolean = (bmd. width > scissorRect. width || bmd. height > scissorRect. height );
You can’t perform that action at this time.
0 commit comments