From: Eduardo Date: Mon, 8 Jul 2024 19:29:10 +0000 (+0200) Subject: ignored a warning as its supposed to be like that X-Git-Url: http://git.edufdez.es/?a=commitdiff_plain;h=ffd9f46f65261e6f199eb86b5158acae65b735d4;p=rpg-template.git ignored a warning as its supposed to be like that --- 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