I get this error when I turn the engines on in my rocket launch project: "Illegal division by zero in draw actor of smoke".
Here is the draw actor of smoke and I don't see there illegal division:
- Code: Select all
angle = (Rocket.animpos/Rocket.nframes)*360.0;
directional_velocity = -6;