mirror of
https://github.com/recp/cglm.git
synced 2026-06-01 04:20:24 -05:00
7274cee153
Using mat3_mulv with the same input/output vector creates undesired results. Respective mat4_mulv function provides temporary vec3 'res'. Updated this function to match behaviour of mat4.