diff options
Diffstat (limited to 'examples/breakout/breakout.rs')
-rw-r--r-- | examples/breakout/breakout.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/breakout/breakout.rs b/examples/breakout/breakout.rs index 894364a..761b636 100644 --- a/examples/breakout/breakout.rs +++ b/examples/breakout/breakout.rs @@ -6,7 +6,7 @@ use bevy_quinnet::{ client::QuinnetClientPlugin, server::{QuinnetServerPlugin, Server}, }; -use client::{NetworkMapping, BACKGROUND_COLOR}; +use client::BACKGROUND_COLOR; mod client; mod protocol; |