diff --git a/gnome/breezydesktop@org.xronlinux/xrEffect.js b/gnome/breezydesktop@org.xronlinux/xrEffect.js index 31bfe97..5900261 100644 --- a/gnome/breezydesktop@org.xronlinux/xrEffect.js +++ b/gnome/breezydesktop@org.xronlinux/xrEffect.js @@ -205,7 +205,7 @@ export const XREffect = GObject.registerClass({ this.setIntermittentUniformVariables(); GLib.timeout_add(GLib.PRIORITY_DEFAULT, this._frametime, () => { - if ((now - lastPaint) > frametime) this.get_actor().queue_redraw(); + if ((now - lastPaint) > frametime) global.stage.queue_redraw(); return GLib.SOURCE_CONTINUE; });