mirror of
https://github.com/TimeCrafters/timecrafters_configuration_tool_desktop.git
synced 2025-12-15 05:22:34 +00:00
Fixed highlight animator not rendering correctly due to a missing repaint request
This commit is contained in:
@@ -30,4 +30,4 @@ DEPENDENCIES
|
||||
releasy
|
||||
|
||||
BUNDLED WITH
|
||||
2.3.17
|
||||
2.4.3
|
||||
|
||||
@@ -626,6 +626,8 @@ module TAC
|
||||
super
|
||||
|
||||
unless @highlight_animator.complete?
|
||||
current_state.request_repaint
|
||||
|
||||
item = @highlight_item_container
|
||||
|
||||
Gosu.draw_rect(
|
||||
|
||||
Reference in New Issue
Block a user