benchmark
This commit is contained in:
+2
-2
@@ -285,8 +285,8 @@ fn handle_chunk_loading(
|
||||
|
||||
fn setup_initial_chunks(mut event_writer: EventWriter<LoadChunkEvent>) {
|
||||
println!("setup_initial_chunks");
|
||||
for x in -6..=6 {
|
||||
for y in -3..=3 {
|
||||
for x in -7..=7 {
|
||||
for y in -7..=7 {
|
||||
event_writer.send(LoadChunkEvent {
|
||||
chunk_position: IVec2::new(x, y),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user