Small comment
1 files changed, 1 insertions(+), 0 deletions(-) M sdbclient/src/main.rs
M sdbclient/src/main.rs => sdbclient/src/main.rs +1 -0
@@ 97,6 97,7 @@ fn main() { } fn setup(mut commands: Commands) { + // Spawn a camera commands.spawn(Camera3dBundle::default()); }