made alternate rendering for no glGenBuffers

This commit is contained in:
LarsBrubaker 2020-06-27 08:31:28 -07:00
parent d633180ceb
commit da56929f73
3 changed files with 67 additions and 3 deletions

View file

@ -382,6 +382,7 @@ namespace MatterHackers.GCodeVisualizer
{
endFeature = Math.Min(startFeature + 1, featuresOnLayer);
}
if (startFeature >= endFeature)
{
// This can only happen if the start and end are set to the last feature