mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
Merge branch 'master' of https://github.com/recp/cglm
This commit is contained in:
@@ -19,7 +19,7 @@ TEST_IMPL(camera_lookat) {
|
||||
|
||||
glm_look(eye, dir, up, view2);
|
||||
|
||||
ASSERT(test_assert_mat4_eq(view1, view2).status == 1)
|
||||
ASSERTIFY(test_assert_mat4_eq(view1, view2))
|
||||
|
||||
TEST_SUCCESS
|
||||
}
|
||||
@@ -49,7 +49,7 @@ TEST_IMPL(camera_decomp) {
|
||||
farVal,
|
||||
proj2);
|
||||
|
||||
ASSERT(test_assert_mat4_eq(proj, proj2).status == 1)
|
||||
ASSERTIFY(test_assert_mat4_eq(proj, proj2))
|
||||
|
||||
TEST_SUCCESS
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user