Fixed positions jumping with shader zoom-out

This commit is contained in:
Anuken
2018-03-14 14:13:06 -04:00
parent 99c12595a9
commit a023c4fbac
6 changed files with 22 additions and 39 deletions

View File

@ -1,5 +1,5 @@
#ifdef GL_ES
precision mediump float;
precision highp float;
precision mediump int;
#endif