fix crash on exit on windows?

This commit is contained in:
2024-06-11 16:08:48 -04:00
parent a49a544905
commit df4e433dcc
2 changed files with 2 additions and 5 deletions

View File

@@ -8,10 +8,7 @@ use super::camera::Camera;
use crate::client::rsc::{CLEAR_COLOR, FRAME_TIME};
use nalgebra::Vector2;
use smaa::{SmaaMode, SmaaTarget};
use std::{
sync::Arc,
time::{Duration, Instant},
};
use std::time::{Duration, Instant};
use voxel::VoxelPipeline;
use winit::dpi::PhysicalSize;