From ffd9f46f65261e6f199eb86b5158acae65b735d4 Mon Sep 17 00:00:00 2001 From: Eduardo Date: Mon, 8 Jul 2024 21:29:10 +0200 Subject: [PATCH] ignored a warning as its supposed to be like that --- scripts/globals.gd | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/globals.gd b/scripts/globals.gd index 9c11b14..6ce2d34 100644 --- a/scripts/globals.gd +++ b/scripts/globals.gd @@ -17,6 +17,7 @@ var player_positions: Array[_PlayerPositionAt] var last_scene_updated: Constants.LEVELS_NAMES +@warning_ignore("unused_signal") # this signal is called by other classes, was never intended to be called from itself signal request_update_player_position -- 2.30.2