Fixing axios log flag detection
Adding dispose methods to AxiosFile objects Adding extended log to AxiosLog Fixing issue in CommandConsole where the first line would not be displayed Adding commands to commandconsole
This commit is contained in:
@@ -17,5 +17,11 @@ namespace Axios.Engine.Extensions
|
||||
pos.Y += ConvertUnits.ToSimUnits(prop.Height / 2);
|
||||
return pos;
|
||||
}
|
||||
|
||||
public static Vector2 getCenter(this RectangleItemProperties prop)
|
||||
{
|
||||
return prop.getSimPosition() / ConvertUnits.ToSimUnits(2);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -19,5 +19,6 @@ namespace Axios.Engine.Extensions
|
||||
{
|
||||
return ConvertUnits.ToDisplayUnits(vec);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user