mtxLookAt: Fixed up.

This commit is contained in:
Бранимир Караџић
2023-06-16 19:30:46 -07:00
parent 1a3c57e3de
commit e65bb28033

View File

@@ -260,7 +260,7 @@ namespace bx
right = normalize(uxv);
}
up = cross(right, view);
up = cross(view, right);
_result[ 0] = right.x;
_result[ 1] = up.x;