Skip to content

Commit 4427c04

Browse files
committed
Bruh.
1 parent c4ae8bf commit 4427c04

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ function AssembleShader(declarations: LegitScriptDeclaration[], shaderDesc : Leg
182182
precision highp float;
183183
precision highp sampler2D;`)
184184

185-
var includes: string;
186185
for(const include of shaderDesc.includes){
187186
for(const decl of declarations){
188187
if(decl.name == include){

0 commit comments

Comments
 (0)