Await async Rebuild call
- Issue MatterHackers/MCCentral#4968 Cone thumbnail fails to generate
This commit is contained in:
parent
998063e48e
commit
3ee637736e
1 changed files with 2 additions and 1 deletions
|
|
@ -53,7 +53,8 @@ namespace MatterHackers.MatterControl.DesignTools
|
|||
public static async Task<ConeObject3D> Create()
|
||||
{
|
||||
var item = new ConeObject3D();
|
||||
item.Rebuild();
|
||||
await item.Rebuild();
|
||||
|
||||
return item;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue