Correct Projectile behavior bitStream reads (#907)

This commit is contained in:
David Markowitz
2022-12-21 00:26:17 -08:00
committed by GitHub
parent 559894024c
commit 38eb441ca1
3 changed files with 4 additions and 1 deletions

View File

@@ -15,6 +15,8 @@ struct BehaviorBranchContext
uint32_t start = 0;
bool isSync = false;
BehaviorBranchContext();
BehaviorBranchContext(LWOOBJID target, float duration = 0, const NiPoint3& referencePosition = NiPoint3(0, 0, 0));