From 07fdf0055ee42a2a19fe197dfa871fe10cbd10ae Mon Sep 17 00:00:00 2001 From: Cyberarm Date: Wed, 1 Feb 2023 16:36:31 -0600 Subject: [PATCH] Fixed highlight animator not rendering correctly due to a missing repaint request --- Gemfile.lock | 2 +- lib/pages/editor.rb | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6efa1bc..5e66fe9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -30,4 +30,4 @@ DEPENDENCIES releasy BUNDLED WITH - 2.3.17 + 2.4.3 diff --git a/lib/pages/editor.rb b/lib/pages/editor.rb index 13bf562..1572bfe 100644 --- a/lib/pages/editor.rb +++ b/lib/pages/editor.rb @@ -626,6 +626,8 @@ module TAC super unless @highlight_animator.complete? + current_state.request_repaint + item = @highlight_item_container Gosu.draw_rect(