fix: reverse bounce paths (#1798)

This commit is contained in:
David Markowitz
2025-05-18 19:48:40 -07:00
committed by GitHub
parent 891b176b4f
commit 32487dcd5f
2 changed files with 5 additions and 1 deletions

View File

@@ -321,6 +321,8 @@ private:
bool m_Paused;
NiPoint3 m_SavedVelocity;
bool m_IsBounced{};
};
#endif // MOVEMENTAICOMPONENT_H