-
Notifications
You must be signed in to change notification settings - Fork 24
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
Removes fps meter #3916
Removes fps meter #3916
Conversation
@@ -77,6 +77,10 @@ class ArbitraryController extends React.PureComponent<Props> { | |||
listenTo: Function; | |||
stopListening: Function; | |||
|
|||
static defaultProps = { | |||
onRender: () => {}, |
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.
I think, onRender
was only used by the fps meter. So, the prop can be removed completely from my point of view (same for plane_controller).
@philippotto @MichaelBuessemeyer In case you still want to measure FPS from time to time (as I think it can be quite helpful), the chrome FPS meter can be enabled in the dev console by opening the Command Palette (Ctrl + Shift + P) and entering FPS :) |
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 dependency less 🎉
Steps to test:
Issues:
- [ ] Updated migration guide if applicable- [ ] Updated documentation if applicable- [ ] Adapted wk-connect if datastore API changes- [ ] Needs datastore update after deployment