Switch back to mediump, which works (better) on iOS.
[pwl6.git] / src / data / shaders / noisyblocks.frag
index be6e051..5b41435 100644 (file)
@@ -3,7 +3,7 @@
    waives all copyright and related or neighboring rights to it.
 */
 
-precision highp float;
+precision mediump float;
 
 varying vec2 fTexCoord;
 varying vec4 fColor;