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
|
try
|
||||||
{
|
{
|
||||||
throw new Exception();
|
|
||||||
GL.GenBuffers(1, out vertexID);
|
GL.GenBuffers(1, out vertexID);
|
||||||
GL.GenBuffers(1, out indexID);
|
GL.GenBuffers(1, out indexID);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 779d00997e34eab7e2981e14bc8d91056b43e9aa
|
Subproject commit 668706e8a6f45ddacbe634bee6335136f0a7214d
|
||||||
Loading…
Add table
Add a link
Reference in a new issue