handle .gitignore

This commit is contained in:
Mike
2019-02-12 16:08:21 -08:00
parent 4e5f94d27a
commit c92299c546
4 changed files with 10 additions and 5 deletions

View File

@@ -11,6 +11,10 @@ namespace project_name
{
base.Initialize();
#if DEBUG
System.Diagnostics.Debug.Listeners.Add(new System.Diagnostics.TextWriterTraceListener(System.Console.Out));
#endif
var newScene = new Scene();
newScene.addRenderer(new DefaultRenderer());