Skip to content

Commit a68ed37

Browse files
committed
fix: revert unintended change
1 parent 6c69df2 commit a68ed37

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/webgl/shader_lib.ts

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,10 @@ import {
1919
DATA_TYPE_SIGNED,
2020
DataType,
2121
} from "#src/util/data_type.js";
22-
import {
23-
getShader,
24-
type AttributeIndex,
25-
type ShaderBuilder,
26-
type ShaderCodePart,
22+
import type {
23+
AttributeIndex,
24+
ShaderBuilder,
25+
ShaderCodePart,
2726
} from "#src/webgl/shader.js";
2827

2928
export const glsl_mixLinear = `

0 commit comments

Comments
 (0)