Skip to content

Commit

Permalink
style: Correct the spelling errors.(纠正拼写错误)
Browse files Browse the repository at this point in the history
  • Loading branch information
LayaCharley committed Oct 31, 2024
1 parent fec5763 commit 3ff9731
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export class NoRenderBufferState implements IBufferState {
this._vertexBuffers = vertexBuffers.slice();
this._bindedIndexBuffer = indexBuffer;
}

destroy(): void {
}

Expand Down Expand Up @@ -499,7 +499,7 @@ export class NoRenderShaderData extends ShaderData {
case ShaderDataType.Matrix4x4:
return this.getMatrix4x4(uniformIndex);
default:
throw "unkone shader data type.";
throw "unknown shader data type.";
}
}

Expand Down

0 comments on commit 3ff9731

Please sign in to comment.