mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 05:58:58 +08:00
Add missing type to lowestPrintableHeight variable
Otherwise it should theoretically default to int, which is wrong. However with some graphics drivers it just seems to result in a failure to compile and concluding with a crash and crescendo. Fixes #9692.
This commit is contained in:
parent
1cab9cb567
commit
3c4d0b6ecd
@ -36,7 +36,7 @@ fragment =
|
||||
|
||||
uniform mediump float u_width;
|
||||
uniform bool u_vertical_stripes;
|
||||
uniform lowp u_lowestPrintableHeight;
|
||||
uniform lowp float u_lowestPrintableHeight;
|
||||
|
||||
varying highp vec3 v_position;
|
||||
varying highp vec3 v_vertex;
|
||||
|
Loading…
x
Reference in New Issue
Block a user