| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Thanks so much |
Sorry, something went wrong.
|
I appreciate you taking the time to fix this! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes #4139
I stumbled on this by having a look at a-painter to see how much it would take to have it running on latest aframe. The same warning would appear and seems the two lines at https://github.com/aframevr/a-painter/blob/0deba1f3314ee4cd053bf2a2ae2854994014dd65/index.html#L50-L51 are responsible.
This seems the same situation as per the example reported in #4139 (comment).
I basically moved the check for the model being present from the remove() to the resetMesh method.
All the best