Fix T98571: corrupted face selection drawing with GPU subdivision
Simple typo in rB55e3930b253e.
This commit is contained in:
@@ -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 =
|
||||
|
Reference in New Issue
Block a user