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
I'm getting a warning message in my console from this module:
Error: Math.clamped is deprecated in favor of Math.clamp.
Deprecated since Version 12
Backwards-compatible support will be removed in Version 14
[...]
<anonymous> text.js:141
[...]
Unfortunately, Math.clamp was introduced with v12, so it isn't as simple as changing this, for it will break compatibility with v10 & v11.
Description
I'm getting a warning message in my console from this module:
Unfortunately,
Math.clamp
was introduced with v12, so it isn't as simple as changing this, for it will break compatibility with v10 & v11.Versions
Advanced Drawing Tools : v2.1.1
FoundryVTT: v12.331
The text was updated successfully, but these errors were encountered: