prevent honeydew counter from reinitializing
This commit is contained in:
@@ -26,6 +26,7 @@ func initialize(
|
||||
init_max_count: int,
|
||||
r_size: float = RECT_SIZE,
|
||||
) -> void:
|
||||
if _max_count != init_max_count:
|
||||
_max_count = init_max_count
|
||||
_rect_size = r_size
|
||||
_rects.clear()
|
||||
|
||||
Reference in New Issue
Block a user