diff --git a/Puffin.Infrastructure.MonoGame/PuffinGame.cs b/Puffin.Infrastructure.MonoGame/PuffinGame.cs index 3fe3747..630d989 100644 --- a/Puffin.Infrastructure.MonoGame/PuffinGame.cs +++ b/Puffin.Infrastructure.MonoGame/PuffinGame.cs @@ -92,7 +92,7 @@ public bool IsFullScreen /// /// Set this to true to render collision areas as red transparent rectangles. /// - protected bool ShowCollisionAreas = false; + internal protected bool ShowCollisionAreas = false; private GraphicsDeviceManager graphicsManager; private SpriteBatch spriteBatch;