Skip to content

Commit

Permalink
Fix compilation bug, lolwut?
Browse files Browse the repository at this point in the history
  • Loading branch information
nightblade9 committed Jun 3, 2020
1 parent 971d480 commit d93e7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Puffin.Infrastructure.MonoGame/PuffinGame.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public bool IsFullScreen
/// <summary>
/// Set this to true to render collision areas as red transparent rectangles.
/// </summary>
protected bool ShowCollisionAreas = false;
internal protected bool ShowCollisionAreas = false;

private GraphicsDeviceManager graphicsManager;
private SpriteBatch spriteBatch;
Expand Down

0 comments on commit d93e7db

Please sign in to comment.