-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove unneeded localPlayer updateds #2646
Conversation
ready for review, webaverse/totum#86 which this depends on is also waiting for review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One question.
|
||
transformControls.update(); | ||
game.update(timestamp, timeDiffCapped); | ||
|
||
localPlayer.updateAvatar(timestamp, timeDiffCapped); | ||
playersManager.update(timestamp, timeDiffCapped); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line is removed and not added in the Totum PR. Where did this go?
874f523
to
dbf1c8e
Compare
dbf1c8e
to
53d02e2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No comments on the previous review, and the code has not changed.
The Totum PR has been merged but this one has not, so they are desynchronized and I suspect puling |
Totum PR has been reverted: webaverse/totum#86 So it will need to be submitted and merged synchronously with this one next time. |
new totum PR with useFrame was added to this. have not recieved any feedback regarding the review notes, but both this and totum should be ready to merge. |
7c67767
to
1bac913
Compare
closing this PR as there will be a general change in approach. will be addressed in a new PR |
closes #2621
this PR removes the update code which will not be needed once the vrm templates handle that via useFrame. Currently requires webaverse/totum#97 before it can be merged