Leave passed in index untouched
This commit is contained in:
parent
50d19cc7f0
commit
dad17a2957
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ namespace MatterHackers.GCodeVisualizer
|
|||
{
|
||||
try
|
||||
{
|
||||
return renderFeatures[layerIndex][featureIndex - 1];
|
||||
return renderFeatures[layerIndex][featureIndex];
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue