pixel art helper added and commented out

This commit is contained in:
Mike 2019-09-16 22:20:17 -07:00
parent d11f285680
commit 9470148057

View File

@ -12,6 +12,9 @@ namespace project_name
{
base.Initialize();
// uncomment this line for scaled pixel art games
//Environment.SetEnvironmentVariable("FNA_OPENGL_BACKBUFFER_SCALE_NEAREST", "1");
#if DEBUG
System.Diagnostics.Debug.Listeners.Add(new System.Diagnostics.TextWriterTraceListener(System.Console.Out));
#endif