Skip to content

Commit b3ceb3b

Browse files
committed
it was just a stray semicolon. IT WAS JUST A FU-
1 parent 7e75975 commit b3ceb3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LuaSTG/Core/Graphics/Model_Shader_OpenGL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ void main()
171171
norm = norm_world * vec4(norm_in, 0.0); // no move
172172
col = col_in;
173173
uv = uv_in;
174-
};
174+
}
175175
)"};
176176

177177
#define IDX(x) (size_t)static_cast<uint8_t>(x)

0 commit comments

Comments
 (0)