Game Development Community

Obsolete code in version 1.52 : JetOffset

by Vis · in Torque Game Engine · 07/08/2007 (4:46 am) · 1 replies

File: engine\game\vehicles\flyingVehicle.cc

The following at line 406

Point3F JetOffset[4] =
{
   Point3F(-1,-1,0),
   Point3F(+1,-1,0),
   Point3F(-1,+1,0),
   Point3F(+1,+1,0)
};

Am I correct that this is obsolete and should be removed from the codebase ?