diff options
Diffstat (limited to 'src/renderergl2/tr_local.h')
-rw-r--r-- | src/renderergl2/tr_local.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/renderergl2/tr_local.h b/src/renderergl2/tr_local.h index 6c0bf165..7efb26e9 100644 --- a/src/renderergl2/tr_local.h +++ b/src/renderergl2/tr_local.h @@ -1251,6 +1251,7 @@ typedef struct { int *triangles; int *jointParents; + float *jointMats; float *poseMats; float *bounds; char *names; |