Fix T98571: corrupted face selection drawing with GPU subdivision

Simple typo in rB55e3930b253e.
This commit is contained in:
Kévin Dietrich 2022-06-03 17:09:44 +02:00
parent 0b38b8dafa
commit 7f7ed8e098
Notes: blender-bot 2023-02-13 22:39:58 +01:00
Referenced by issue #98571, Wrong facedot selection color with gpu subdivision
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ static GPUShader *get_patch_evaluation_shader(int shader_type)
"#define OSD_PATCH_BASIS_GLSL\n"
"#define OPENSUBDIV_GLSL_COMPUTE_USE_1ST_DERIVATIVES\n"
"#define FDOTS_EVALUATION\n"
"#define FOTS_NORMALS\n";
"#define FDOTS_NORMALS\n";
}
else {
defines =