fixed back to float

This commit is contained in:
davidovski 2021-04-26 18:45:35 +01:00
parent b5e820f7c3
commit bcd0fae0d8
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ precision highp float;
uniform vec2 resolution;
uniform vec2 location;
uniform double zoom;
uniform float zoom;
uniform int max;