Fix typo in variable name

This commit is contained in:
Brett Williams
2024-08-21 00:39:07 -05:00
parent 5534f0b1b2
commit 2617c0a357

View File

@@ -30,7 +30,7 @@ class RenderQueue:
last_saved_counts = {} last_saved_counts = {}
is_running = False is_running = False
__eval_thread = None __eval_thread = None
evaluation_inverval = 1 evaluation_interval = 1
# -------------------------------------------- # --------------------------------------------
# Start / Stop Background Updates # Start / Stop Background Updates