From 312df7fee04e1facd5c52890bd77a1efe5f12bd7 Mon Sep 17 00:00:00 2001 From: zefad Date: Thu, 17 Sep 2026 22:47:16 +0200 Subject: [PATCH] query to single --- src/player.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/player.rs b/src/player.rs index 20d94b5..16654bc 100644 --- a/src/player.rs +++ b/src/player.rs @@ -38,7 +38,7 @@ fn spawn_player(mut commands: Commands) { pub(crate) fn move_player( input: Res>, time: Res