From 3d5f628e87470edd5a522f324c740204db4b7f19 Mon Sep 17 00:00:00 2001 From: Travis Martin Date: Wed, 18 Oct 2023 23:10:58 -0500 Subject: [PATCH] Typo. --- src/core/textures/Texture.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/textures/Texture.ts b/src/core/textures/Texture.ts index 3bd25f9a..958f34b5 100644 --- a/src/core/textures/Texture.ts +++ b/src/core/textures/Texture.ts @@ -101,7 +101,7 @@ export default class Texture extends ContextDependent { */ protected static unbind( context: Context, - textureUnit: number | undefined, + textureUnit: number, target: TextureTarget ): void;