Skip to content
Snippets Groups Projects
Commit 8579dd8c authored by NiranV's avatar NiranV
Browse files

Fixed: Viewer throwing shader compile errors on Linux (Wine).

parent bcfa027c
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ void main()
}
}
else if (sc < -0.5)
#elseif
#else
if (sc < -0.5)
#endif
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment