manhattan to octile
This commit is contained in:
+1
-1
@@ -288,7 +288,7 @@ fn setup_initial_chunks(mut event_writer: EventWriter<LoadChunkEvent>) {
|
||||
println!("setup_initial_chunks");
|
||||
for x in -7..=7 {
|
||||
for y in -7..=7 {
|
||||
event_writer.send(LoadChunkEvent {
|
||||
event_writer.write(LoadChunkEvent {
|
||||
chunk_position: IVec2::new(x, y),
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user