kibble-cabal / godot-rive

An integration of Rive into Godot 4 using GDExtension
80 stars 3 forks source link

`RiveViewer` sometimes doesn't render when resized #12

Closed audse closed 5 months ago

audse commented 5 months ago

In demo/main.tscn, a couple rive viewers (res://examples/joystick.riv, res://examples/rating-animation.riv) don't re-render when the container/window is resized. They just disappear. I am guessing it's related to their interactivity; those are the only two nodes in the scene that listen for hover/click events.