mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Revert "Partially fix vector interface"
This reverts commit 6e7a1e2b08
.
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user