Fix wrong glColor3usv array size check in clang array checker
Differential Revision: https://developer.blender.org/D6716
This commit is contained in:

committed by
Brecht Van Lommel

parent
db4bb49aae
commit
370a6175e0
@@ -33,7 +33,7 @@ defs_precalc = {
|
||||
"glColor3ubv": {0: 3},
|
||||
"glColor4ubv": {0: 4},
|
||||
|
||||
"glColor4usv": {0: 3},
|
||||
"glColor3usv": {0: 3},
|
||||
"glColor4usv": {0: 4},
|
||||
|
||||
"glColor3fv": {0: 3},
|
||||
|
Reference in New Issue
Block a user