st/scroll-view: Ensure float are used explictly
Pineview needs explicit float to prevent error when shader is compiled. Closes: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/4127 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1815>
This commit is contained in:
parent
58ed969dd1
commit
d9e953e93c
@ -70,6 +70,6 @@ void main ()
|
|||||||
|
|
||||||
cogl_color_out *= ratio;
|
cogl_color_out *= ratio;
|
||||||
} else {
|
} else {
|
||||||
cogl_color_out *= 0;
|
cogl_color_out *= 0.0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user