From 9315f7bce514322827cd2a05a94b421132fd3fbb Mon Sep 17 00:00:00 2001 From: Mario Steele Date: Wed, 30 Apr 2025 15:10:04 -0500 Subject: [PATCH] Updated SammiClient Missed 1 get_tree().process_frame await. --- addons/sammi/lib/sammi_client.gd | 1 - 1 file changed, 1 deletion(-) diff --git a/addons/sammi/lib/sammi_client.gd b/addons/sammi/lib/sammi_client.gd index a474e77..cac654e 100644 --- a/addons/sammi/lib/sammi_client.gd +++ b/addons/sammi/lib/sammi_client.gd @@ -101,7 +101,6 @@ func _read_response() -> void: while true: var byte := client.get_partial_data(1) if byte[0] == OK and byte[1].size() == 0: - await get_tree().process_frame client.poll() continue elif byte[0] == OK: