finishing up gl refactor

fixing typo

issue: MatterHackers/MCCentral#6185
Typo in Re-slice diologue box
This commit is contained in:
LarsBrubaker 2020-11-22 07:50:06 -08:00
parent 73bdde05ab
commit 7a08405d55
3 changed files with 4 additions and 4 deletions

View file

@ -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;