diff --git a/src/main/java/electrosphere/engine/Globals.java b/src/main/java/electrosphere/engine/Globals.java index 6227e5cb..b6907a55 100644 --- a/src/main/java/electrosphere/engine/Globals.java +++ b/src/main/java/electrosphere/engine/Globals.java @@ -14,13 +14,10 @@ import electrosphere.audio.movement.MovementAudioService; import electrosphere.auth.AuthenticationManager; import electrosphere.client.ClientState; import electrosphere.client.block.cells.BlockTextureAtlas; -import electrosphere.client.chemistry.ClientChemistryCollisionCallback; import electrosphere.client.entity.particle.ParticleService; import electrosphere.client.fluid.cells.FluidCellManager; -import electrosphere.client.scene.ClientSceneWrapper; import electrosphere.client.terrain.cells.VoxelTextureAtlas; import electrosphere.client.ui.menu.WindowUtils; -import electrosphere.collision.CollisionEngine; import electrosphere.collision.CollisionWorldData; import electrosphere.controls.CameraHandler; import electrosphere.controls.ControlCallback; @@ -42,7 +39,6 @@ import electrosphere.engine.signal.sync.MainThreadSignalService; import electrosphere.engine.threads.ThreadManager; import electrosphere.engine.time.Timekeeper; import electrosphere.entity.Entity; -import electrosphere.entity.scene.Scene; import electrosphere.logger.LoggerInterface; import electrosphere.net.config.NetConfig; import electrosphere.net.monitor.NetMonitor;