mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
HAAAAAAAANDS
Former-commit-id: 88927242c21471888a00799110b6bc542e9e18a2
This commit is contained in:
parent
33e93ef25f
commit
bdf0e92e45
@ -204,8 +204,8 @@ impl Client {
|
||||
}
|
||||
|
||||
// Request chunks from the server
|
||||
for i in chunk_pos.x - 2..chunk_pos.x + 3 {
|
||||
for j in chunk_pos.y - 2..chunk_pos.y + 3 {
|
||||
for i in chunk_pos.x - 1..chunk_pos.x + 2 {
|
||||
for j in chunk_pos.y - 1..chunk_pos.y + 2 {
|
||||
for k in 0..2 {
|
||||
let key = Vec3::new(i, j, k);
|
||||
if self.state.terrain().get_key(key).is_none()
|
||||
|
Loading…
Reference in New Issue
Block a user