Revert "Partially fix vector interface"

This reverts commit 6e7a1e2b08.
This commit is contained in:
Christian Semmler
2024-06-06 11:30:25 -04:00
parent 6e7a1e2b08
commit e3860e3c9f
15 changed files with 46 additions and 46 deletions

View File

@@ -428,10 +428,10 @@ void ViewManager::UpdateViewTransformations()
Vector3 u(unk0x150[i]);
x = c;
((Vector3&) x).Sub(b); // TODO: Fix call
((Vector3&) x).Sub(&b); // TODO: Fix call
y = a;
((Vector3&) y).Sub(b); // TODO: Fix call
((Vector3&) y).Sub(&b); // TODO: Fix call
u.EqualsCross(&x, &y);
u.Unitize();