mirror of
https://github.com/Relintai/broken_seals.git
synced 2025-01-11 13:51:11 +01:00
Added 'pass' to cancel_render_and_wait, so if the lines that require ThreadPool are commented out it will not complain about scopes and indents.
This commit is contained in:
parent
cbca005d6d
commit
b78f3c8358
@ -112,6 +112,8 @@ func cancel_render_and_wait() -> void:
|
|||||||
ThreadPool.cancel_task_wait(job)
|
ThreadPool.cancel_task_wait(job)
|
||||||
|
|
||||||
job.cancelled = false
|
job.cancelled = false
|
||||||
|
|
||||||
|
pass
|
||||||
|
|
||||||
func on_node_changed() -> void:
|
func on_node_changed() -> void:
|
||||||
call_deferred("render")
|
call_deferred("render")
|
||||||
|
Loading…
Reference in New Issue
Block a user