From d00aa68b5c263c0efad041eb4a98571510cb7485 Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Tue, 20 Dec 2022 12:41:44 +0200 Subject: [PATCH] Small comment --- sdbclient/src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/sdbclient/src/main.rs b/sdbclient/src/main.rs index aa72c13..a75e3b5 100644 --- a/sdbclient/src/main.rs +++ b/sdbclient/src/main.rs @@ -97,6 +97,7 @@ fn main() { } fn setup(mut commands: Commands) { + // Spawn a camera commands.spawn(Camera3dBundle::default()); } -- 2.44.1