mirror of https://github.com/KLayout/klayout.git
Implemented fix from @Kazzz-S. Thank you!
This commit is contained in:
parent
b2b9c221b4
commit
547ce99c37
|
|
@ -972,7 +972,7 @@ D25ViewWidget::do_initialize_gl ()
|
|||
static const char *shapes_fragment_shader_source =
|
||||
"#version 120\n"
|
||||
"\n"
|
||||
"in float dp;\n"
|
||||
"varying float dp;\n"
|
||||
"uniform highp float mist_factor;\n"
|
||||
"uniform highp float mist_add;\n"
|
||||
"uniform vec4 color;\n"
|
||||
|
|
|
|||
Loading…
Reference in New Issue