1
1

Fix T98571: corrupted face selection drawing with GPU subdivision

Simple typo in rB55e3930b253e.
This commit is contained in:
2022-06-03 17:09:44 +02:00
parent 0b38b8dafa
commit 7f7ed8e098

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 =