Skip to content

Commit dbc3165

Browse files
committed
indentation fix
1 parent b638106 commit dbc3165

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/framework/components/element/text-element.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -492,10 +492,10 @@ Object.assign(pc, function () {
492492
switch (this._meshInfo[i].renderPass) {
493493
case RenderPass.TEXT:
494494
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
496496
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
499499
meshInfo.indices[v * 3 * 2 + 0] = v * 4;
500500
meshInfo.indices[v * 3 * 2 + 1] = v * 4 + 1;
501501
meshInfo.indices[v * 3 * 2 + 2] = v * 4 + 3;

0 commit comments

Comments
 (0)