| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
This looks great! I especially like the duplication of the updates for WaitForConditionOrTimeout for the time travel tests.
Sorry, something went wrong.
| } | ||
|
|
||
| transform_.SetPositionAndRotation(Transform.m_AnticipatedTransform.Position, Transform.m_AnticipatedTransform.Rotation); | ||
| if (Transform.InLocalSpace) |
There was a problem hiding this comment.
I think it's worth having a function for SetPositionAndRotation that does this logic internally. We're using it a lot in this file, having a function will mean any future developers in this file won't have to remember about InLocalSpace.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Purpose of this PR
Fixes AnticipatedNetworkTransform not respecting the InLocalSpace flag
fixes #2972
Jira ticket
UUM-137286
Changelog
Documentation
Testing & QA (How your changes can be verified during release Playtest)
Functional Testing
Manual testing :
Automated tests:
Does the change require QA team to:
If any boxes above are checked the QA team will be automatically added as a PR reviewer.
Backports