This commit is contained in:
Recep Aslantas
2024-08-27 12:22:42 +03:00
parent 33e78ca2ad
commit 2f619cdd6f
16 changed files with 1 additions and 20 deletions

View File

@@ -253,4 +253,3 @@ void
glmc_ivec3_abs(ivec3 v, ivec3 dest) {
glm_ivec3_abs(v, dest);
}