Extra verbosity for var init

This commit is contained in:
Kromster80 2014-12-07 14:11:46 +03:00
parent 96ff08a255
commit 6799d49b1a

View File

@ -281,7 +281,7 @@ void dtObstacleAvoidanceQuery::prepare(const float* pos, const float* dvel)
const float* pa = pos;
const float* pb = cir->p;
const float orig[3] = {0,0};
const float orig[3] = {0,0,0};
float dv[3];
dtVsub(cir->dp,pb,pa);
dtVnormalize(cir->dp);