ShowLineRectangles
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
protected override void Initialize()
{
FlatRedBallServices.InitializeFlatRedBall(this, graphics);
CameraSetup.SetupCamera(SpriteManager.Camera, graphics);
// Set ShowLineRectangles to false...
GraphicalUiElement.ShowLineRectangles = false;
// ...before GlobalContent.Initialize
GlobalContent.Initialize();
...