Handles barely work now, mostly no crashes

This commit is contained in:
Simon Lübeß
2023-03-16 17:57:23 +01:00
parent c3fb9bbd5d
commit b22f73a156
20 changed files with 780 additions and 627 deletions
+3 -2
View File
@@ -1,4 +1,4 @@
using System;
/*using System;
using GlitchyEngine;
using GlitchyEngine.Events;
using System.Diagnostics;
@@ -12,6 +12,7 @@ using GlitchyEngine.Renderer.Text;
using System.IO;
using msdfgen;
using System.Collections;
using GlitchyEngine.Content;
namespace Sandbox
{
@@ -282,4 +283,4 @@ namespace Sandbox
return false;
}
}
}
}*/