mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
tests: remove unused variables
This commit is contained in:
@@ -967,7 +967,7 @@ TEST_IMPL(GLM_PREFIX, quat_rotate_at) {
|
||||
}
|
||||
|
||||
TEST_IMPL(GLM_PREFIX, quat_rotate_atm) {
|
||||
mat4 m1 = GLM_MAT4_IDENTITY_INIT, m2;
|
||||
mat4 m1 = GLM_MAT4_IDENTITY_INIT;
|
||||
versor q1;
|
||||
vec4 v1 = {1.0f, 0.0f, 0.0f, 1.0f};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user