Fix wrong glColor3usv array size check in clang array checker

Differential Revision: https://developer.blender.org/D6716
This commit is contained in:
Simon G 2020-02-04 17:51:37 +01:00 committed by Brecht Van Lommel
parent db4bb49aae
commit 370a6175e0
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ defs_precalc = {
"glColor3ubv": {0: 3},
"glColor4ubv": {0: 4},
"glColor4usv": {0: 3},
"glColor3usv": {0: 3},
"glColor4usv": {0: 4},
"glColor3fv": {0: 3},