Implemented fix from @Kazzz-S. Thank you!

This commit is contained in:
Matthias Koefferlein 2024-05-03 23:34:59 +02:00
parent b2b9c221b4
commit 547ce99c37
1 changed files with 1 additions and 1 deletions

View File

@ -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"