add new mat4.tostring overload

This commit is contained in:
MihailRis
2024-06-18 00:18:21 +03:00
parent 88b21262a3
commit 097d4e3c6b
2 changed files with 18 additions and 3 deletions
+1
View File
@@ -393,6 +393,7 @@ namespace lua {
pop(L);
}
}
pop(L);
return matrix;
}