Skip to content

Commit

Permalink
Remove the character ''' from the GLSL shader (error on some devices)
Browse files Browse the repository at this point in the history
  • Loading branch information
juhl committed Oct 12, 2018
1 parent 4bf249a commit 2bb12d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shaders/Instancing.vp
@@ -1,5 +1,5 @@
#if _PARALLAX
#error "Parallax mapping doesn't support instancing"
#error "Parallax mapping does not support instancing"
#endif

#ifdef INSTANCED_ARRAY
Expand Down

0 comments on commit 2bb12d0

Please sign in to comment.