mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fixed warnings
This commit is contained in:
parent
7321eb6999
commit
cc214982bf
@ -602,7 +602,7 @@ impl Terrain {
|
||||
focus_pos: Vec3<f32>,
|
||||
) {
|
||||
// Opaque
|
||||
for (pos, chunk) in &self.chunks {
|
||||
for (_, chunk) in &self.chunks {
|
||||
if chunk.visible {
|
||||
renderer.render_terrain_chunk(&chunk.opaque_model, globals, &chunk.locals, lights);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user