@@ -435,8 +435,8 @@ bool Model2DData::calcHitPoint( Vertex pos, Vertex dir, const char *polygonName,
Vertex rotKraft = normal * ( normal * kNorm ) * dir.getLength();
rotSpeed = ( (float)sqrt( rotKraft.getLength() * ( point - *polygon->var.schwerpunkt ).getLength() ) / 180.f ) * 3.14f * ( normal * kNorm );
hitpoint = point;
+ ret = 1;
}
- ret = 1;