rockbite / talos

Talos Particle Engine
Apache License 2.0
418 stars 47 forks source link

Bugfix: Lag when moving nodes. #420

Open TheSenPie opened 1 year ago

TheSenPie commented 1 year ago

When moving node widget for routine, camera would move, but node would stay in place until the mouse is move manually to trigger touch dragged event.

Tom-Ski commented 1 year ago

Can you explain why you made the changes you made to try to solve this issue?

TheSenPie commented 1 year ago

Changes on EmptyWindow and NodeWidget are mainly the part, that is related to solution. The other other changes, such as moving logic from routine app to nodebaord was done to keep app cleaner and move logic to were it belongs, which also made my work easier while fixing this bug.