fix debug errors and warnings

This commit is contained in:
2026-06-02 10:33:18 +02:00
parent 47a2bf5a2e
commit 97a8ce3f9c
44 changed files with 64 additions and 48 deletions

View File

@@ -70,5 +70,9 @@ func warmup() -> void:
quad.material_override = mat
await get_tree().process_frame # one frame renders the quad with this material
quad.material_override = null
quad.mesh = null
valid.clear()
vp.queue_free()
await get_tree().process_frame
print("[ShaderWarmup] Done.")