Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakuna committed Oct 19, 2023
1 parent 10aa06c commit 3d5f628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/textures/Texture.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default class Texture extends ContextDependent {
*/
protected static unbind(
context: Context,
textureUnit: number | undefined,
textureUnit: number,
target: TextureTarget
): void;

Expand Down

0 comments on commit 3d5f628

Please sign in to comment.