Fixed shader compilation on GLES
This commit is contained in:
parent
c29ace661b
commit
d26c940b80
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ void main() {
|
|||
uv = tex_coords * uv_transform.zw + uv_transform.xy;
|
||||
#endif
|
||||
|
||||
color = vcolor * 2;
|
||||
color = vcolor * 2.0;
|
||||
|
||||
gl_Position = vec4(position.xy,depth,1.0);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue