I forgot a small patch.
This commit is contained in:
parent
161912ea4c
commit
7aa1cd9b5a
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ SubmodelSystem::release (double dt)
|
|||
if (elapsed_time < 0.25) return false;
|
||||
elapsed_time = 0.0;
|
||||
|
||||
int rval = ai->createBallistic( "Models/Geometry/tracer.ac",
|
||||
int rval = ai->createBallistic( "Models/Geometry/tracer.xml",
|
||||
_user_lat_node->getDoubleValue(),
|
||||
_user_lon_node->getDoubleValue(),
|
||||
_user_alt_node->getDoubleValue() + z_offset,
|
||||
|
|
Loading…
Reference in a new issue