formatting

This commit is contained in:
ineedbots 2021-05-01 16:56:41 -06:00
parent a3b2e2e655
commit 7164076747

View File

@ -364,9 +364,9 @@ doExtraCheck()
*/
getConeDot(to, from, dir)
{
dirToTarget = VectorNormalize(to-from);
forward = AnglesToForward(dir);
return vectordot(dirToTarget, forward);
dirToTarget = VectorNormalize(to-from);
forward = AnglesToForward(dir);
return vectordot(dirToTarget, forward);
}
/*