Fixed macos

This commit is contained in:
Lywx
2025-05-15 22:12:56 -06:00
committed by GitHub
parent 26ec8eebfe
commit 27a421bbab
+2 -2
View File
@@ -352,8 +352,8 @@ bool IntersectRaySphere(const Ray& ray, const FVector& sphereCenter, float radiu
// Transform a matrix to a matrix identity
void Editor_MatrixIdentity(Mat4 mtx) {
register s32 i;
register s32 k;
s32 i;
s32 k;
for (i = 0; i < 4; i++) {
for (k = 0; k < 4; k++) {