This commit is contained in:
2026-06-22 10:57:00 -05:00
parent 675ab3b1a8
commit 02cbd215f5
3 changed files with 52 additions and 23 deletions

View File

@@ -11,5 +11,11 @@ module W3DHubLauncher
def needs_redraw?
states.any?(&:needs_repaint?)
end
def update
super
sleep 0.001
end
end
end