diff options
Diffstat (limited to 'client/src/main.rs')
-rw-r--r-- | client/src/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/main.rs b/client/src/main.rs index 673a71f..4d696b7 100644 --- a/client/src/main.rs +++ b/client/src/main.rs @@ -22,7 +22,6 @@ pub mod download; pub mod interfaces; pub mod network; pub mod render; -pub mod scene_prepare; pub mod shaders; pub mod state; pub mod ui; |