This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
tutorial: fix unbalanced parenthesis breaking compilation.
legacy
Sam Hocevar
sam
13 years ago
parent
4c7ce44cdb
commit
4fac6d468b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
test/tutorial/tut01.cpp
+ 1
- 1
test/tutorial/tut01.cpp
View File
@@ -60,7 +60,7 @@ public:
"#version 120\n"
"void main(void) {"
" gl_FragColor = vec4(0.7, 0.5, 0.2, 1.0);"
"}"
);
"}"
#else
"void main(float2 in_Position : POSITION,"
" out float4 out_Position : POSITION) {"
Write
Preview
Loading…
Cancel
Save