mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-05 10:33:28 +00:00
Figured out that vector
This commit is contained in:
parent
23b787cdf1
commit
49a9886a7c
@ -117,8 +117,7 @@ bool CRERandom::GetValue(int frame, float& valOut) const
|
||||
|
||||
bool CREDotProduct::GetValue(int frame, float& valOut) const
|
||||
{
|
||||
Zeus::CVector3f a; /* = someVec @ 805A66A0 */
|
||||
Zeus::CVector3f b; /* = someVec @ 805A66A0 */
|
||||
Zeus::CVector3f a, b;
|
||||
x4_a->GetValue(frame, a);
|
||||
x8_b->GetValue(frame, b);
|
||||
valOut = a.dot(b);
|
||||
|
Loading…
x
Reference in New Issue
Block a user