finishing up gl refactor
fixing typo issue: MatterHackers/MCCentral#6185 Typo in Re-slice diologue box
This commit is contained in:
parent
73bdde05ab
commit
7a08405d55
3 changed files with 4 additions and 4 deletions
|
|
@ -200,8 +200,8 @@ namespace MatterHackers.GCodeVisualizer
|
|||
{
|
||||
UiThread.RunOnIdle(() =>
|
||||
{
|
||||
GL.DeleteBuffers(1, ref vertexID);
|
||||
GL.DeleteBuffers(1, ref indexID);
|
||||
GL.DeleteBuffer(vertexID);
|
||||
GL.DeleteBuffer(indexID);
|
||||
});
|
||||
|
||||
disposed = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue