graphics-smooth
graphics-smooth copied to clipboard
This plugin does not appear to support pixi devtool
When I use it, devtool throws an error on the console, at which point any action on pixi is invalid, and when I close devtool, everything works fine, which makes debugging difficult.
The devtool version: 0.9.6
Here is the error:
pixi.inspector.bundle.js:2 Uncaught TypeError: Function has non-object prototype 'undefined' in instanceof check
at [Symbol.hasInstance] (<anonymous>)
In order to support devtool you need to register SmoothGraphics like this:
PIXI.SmoothGraphics = SmoothGraphics;
Ah, actually this issue has been resolved in the latest version of the extension. Update the extension will solve it.