mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
wgpu branch rebase fixes
This commit is contained in:
parent
89cb00907a
commit
0e0c8fbfc8
@ -987,7 +987,9 @@ impl<'a> Widget for Video<'a> {
|
||||
.lossy_terrain_compression
|
||||
!= lossy_terrain_compression
|
||||
{
|
||||
events.push(ToggleLossyTerrainCompression(lossy_terrain_compression));
|
||||
events.push(GraphicsChange::ToggleLossyTerrainCompression(
|
||||
lossy_terrain_compression,
|
||||
));
|
||||
}
|
||||
|
||||
// Resolution
|
||||
|
@ -41,6 +41,7 @@ use std::sync::{
|
||||
atomic::{AtomicU64, Ordering},
|
||||
Arc,
|
||||
};
|
||||
use tracing::warn;
|
||||
use treeculler::{BVol, Frustum, AABB};
|
||||
use vek::*;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user