File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/framework/components/element Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -492,10 +492,10 @@ Object.assign(pc, function () {
492
492
switch ( this . _meshInfo [ i ] . renderPass ) {
493
493
case RenderPass . TEXT :
494
494
case RenderPass . ALL_IN_ONE :
495
- // set up indices and normals whose values don't change when we call _updateMeshes
495
+ // set up indices and normals whose values don't change when we call _updateMeshes
496
496
for ( var v = 0 ; v < l ; v ++ ) {
497
- // create index and normal arrays since they don't change
498
- // if the length doesn't change
497
+ // create index and normal arrays since they don't change
498
+ // if the length doesn't change
499
499
meshInfo . indices [ v * 3 * 2 + 0 ] = v * 4 ;
500
500
meshInfo . indices [ v * 3 * 2 + 1 ] = v * 4 + 1 ;
501
501
meshInfo . indices [ v * 3 * 2 + 2 ] = v * 4 + 3 ;
You can’t perform that action at this time.
0 commit comments