turn off exception test

This commit is contained in:
Lars Brubaker 2020-06-26 17:34:50 -07:00
parent 0dd4b05ba0
commit 324aa207f9
2 changed files with 1 additions and 2 deletions

View file

@ -47,7 +47,6 @@ namespace MatterHackers.GCodeVisualizer
{
try
{
throw new Exception();
GL.GenBuffers(1, out vertexID);
GL.GenBuffers(1, out indexID);
}