mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 10:41:15 +00:00
Fix comment
This commit is contained in:
parent
af08e83922
commit
aeb55fac04
@ -138,10 +138,10 @@ void ViewManager::FUN_100a6b90()
|
|||||||
Vector3 u(unk0x150[i]);
|
Vector3 u(unk0x150[i]);
|
||||||
|
|
||||||
x = c;
|
x = c;
|
||||||
((Vector3&) x).Sub(&b); // TODO: Fix type awareness
|
((Vector3&) x).Sub(&b); // TODO: Fix call
|
||||||
|
|
||||||
y = a;
|
y = a;
|
||||||
((Vector3&) y).Sub(&b); // TODO: Fix type awareness
|
((Vector3&) y).Sub(&b); // TODO: Fix call
|
||||||
|
|
||||||
u.EqualsCross(&x, &y);
|
u.EqualsCross(&x, &y);
|
||||||
u.Unitize();
|
u.Unitize();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user