Skip to content

Commit fb3f8b4

Browse files
committed
Fixed wrong include
1 parent 5a06141 commit fb3f8b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/script.opengl.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
@{GLSL_VERSION}
44

5-
@include("examples/iftest.fs")
5+
@include("../examples/iftest.fs")
66

77
@if(core_opengl || opengles)
88
out vec4 vOutColor;

0 commit comments

Comments
 (0)