ScreenEffects are active by default

This commit is contained in:
Gered 2013-08-24 18:23:13 -04:00
parent de552d03d3
commit 35399fd724

View file

@ -4,7 +4,7 @@ namespace Blarg.GameFramework.Graphics.ScreenEffects
{ {
public abstract class ScreenEffect : IDisposable public abstract class ScreenEffect : IDisposable
{ {
public bool IsActive; public bool IsActive = true;
public ScreenEffect() public ScreenEffect()
{ {