made alternate rendering for no glGenBuffers
This commit is contained in:
parent
d633180ceb
commit
da56929f73
3 changed files with 67 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue