Works on AMD now

This commit is contained in:
2017-02-24 23:08:21 -05:00
parent ece5b0d30f
commit 234d1669dd
9 changed files with 167 additions and 185 deletions

View File

@@ -11,10 +11,7 @@ namespace hexworld
{
public static void Main(string[] args)
{
using (var gw = new HexWindow(1280, 720))
{
gw.Run();
}
using (var gw = new HexRender(1280, 720)) gw.Run();
}
}
}