better config for benchmarks
This commit is contained in:
+2
-2
@@ -69,8 +69,8 @@ impl Plugin for WorldPlugin {
|
||||
}
|
||||
|
||||
fn setup_initial_chunks(mut event_writer: MessageWriter<GenerateChunkEvent>) {
|
||||
for x in -5..=5 {
|
||||
for y in -5..=5 {
|
||||
for x in -15..=15 {
|
||||
for y in -15..=15 {
|
||||
event_writer.write(GenerateChunkEvent {
|
||||
chunk_position: IVec2::new(x, y),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user