fixed the bug with the tester. Its weird that the broken tester worked on my computer

This commit is contained in:
John Choi
2023-12-08 23:06:36 -06:00
parent ec3796973e
commit 666d692dfb
2 changed files with 90 additions and 37 deletions

View File

@@ -448,4 +448,6 @@ glm_euler_by_order(vec3 angles, glm_euler_seq ord, mat4 dest) {
dest[3][3] = 1.0f;
}
#endif /* cglm_euler_h */