Add notes to CREDotProduct

This commit is contained in:
Phillip Stephens 2016-02-11 22:15:39 -08:00
parent bd57eea5cd
commit 23b787cdf1
1 changed files with 2 additions and 1 deletions

View File

@ -117,7 +117,8 @@ bool CRERandom::GetValue(int frame, float& valOut) const
bool CREDotProduct::GetValue(int frame, float& valOut) const
{
Zeus::CVector3f a, b;
Zeus::CVector3f a; /* = someVec @ 805A66A0 */
Zeus::CVector3f b; /* = someVec @ 805A66A0 */
x4_a->GetValue(frame, a);
x8_b->GetValue(frame, b);
valOut = a.dot(b);