Renamed member to reflect behavior
This commit is contained in:
parent
9dbfb33162
commit
b6a2654899
5 changed files with 6 additions and 6 deletions
|
|
@ -73,7 +73,7 @@ namespace MatterHackers.MatterControl.PrintLibrary
|
|||
progressControl.TrackingObject = object3D;
|
||||
|
||||
// Wait for content to load
|
||||
await contentResult.MeshLoaded;
|
||||
await contentResult.ContentLoaded;
|
||||
|
||||
// Adjust next item position
|
||||
// TODO: do something more interesting than increment in x
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue