MonoGame / MonoGame.Samples

A few cross-platform game samples using MonoGame.
www.monogame.net
Other
583 stars 298 forks source link

Removed unnecessary field #35

Closed vnikonov closed 4 years ago

vnikonov commented 9 years ago

and fixed bug with black screen at start.

Do not need use a separate variable to enable / disable BloomComponent. Especially considering that we use DrawableGameComponent that has Visible property.

SimonDarksideJ commented 4 years ago

Changes already merged