Skip to content

Commit

Permalink
Observe async result
Browse files Browse the repository at this point in the history
  • Loading branch information
Pilchie committed Dec 16, 2018
1 parent 7a288cb commit 3ab58bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ public void SetObjects(uint cObjects, object[] ppunk)
}
}

OnSetObjects(false);
WaitForAsync(() => OnSetObjects(false));
}
}
}

0 comments on commit 3ab58bd

Please sign in to comment.