turn off exception test
This commit is contained in:
parent
0dd4b05ba0
commit
324aa207f9
2 changed files with 1 additions and 2 deletions
|
|
@ -47,7 +47,6 @@ namespace MatterHackers.GCodeVisualizer
|
|||
{
|
||||
try
|
||||
{
|
||||
throw new Exception();
|
||||
GL.GenBuffers(1, out vertexID);
|
||||
GL.GenBuffers(1, out indexID);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue