diff --git a/packages/core/src/Renderer.js b/packages/core/src/Renderer.js index 245cb37..1bc7f49 100644 --- a/packages/core/src/Renderer.js +++ b/packages/core/src/Renderer.js @@ -60,6 +60,9 @@ { super('WebGL', options, arg2, arg3); + // the options will have been modified here in the super constructor with pixi's default settings.. + options = this.options; + /** * The type of this renderer as a standardized const *