Sculpt-dev: another merge error

This commit is contained in:
Joseph Eagar 2022-01-31 09:39:21 -08:00
parent 5854892d95
commit 778db43b8f
1 changed files with 0 additions and 1 deletions

View File

@ -183,7 +183,6 @@ layout(std140) uniform modelBlock
{
ObjectMatrices drw_matrices[DRW_RESOURCE_CHUNK_LEN];
};
# endif /* DRW_SHADER_SHARED_H */
# define ModelMatrix (drw_matrices[resource_id].drw_modelMatrix)
# define ModelMatrixInverse (drw_matrices[resource_id].drw_modelMatrixInverse)