You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The helper() function in View.js currently doesn't check for position, scale, and/or rotation being defined before trying to access their values. This results in MYR crashing if one or more of these fields are undefined.
Suggest adding code that catches this and defaults to 1 instead of hard crashing. Possibly log a warning to the console as well.
The text was updated successfully, but these errors were encountered:
The helper() function in View.js currently doesn't check for position, scale, and/or rotation being defined before trying to access their values. This results in MYR crashing if one or more of these fields are undefined.
Suggest adding code that catches this and defaults to 1 instead of hard crashing. Possibly log a warning to the console as well.
The text was updated successfully, but these errors were encountered: