Use auto properties
This commit is contained in:
parent
0047eec564
commit
2dfe25c9ee
2 changed files with 15 additions and 29 deletions
|
|
@ -314,7 +314,7 @@ namespace MatterHackers.GCodeVisualizer
|
|||
}
|
||||
else // don't render any of the layers below this and in fact remove them from memory if possible
|
||||
{
|
||||
renderInfo.startLayerIndex = i + 1;
|
||||
renderInfo.StartLayerIndex = i + 1;
|
||||
cleanUnusedLayers = true;
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue