mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
Revert to earlier world sync
This commit is contained in:
parent
5121b2b614
commit
b7f82dc21f
2 changed files with 112 additions and 4 deletions
|
@ -128,7 +128,7 @@ impl ParticleWorldState {
|
|||
start_y: i32,
|
||||
end_x: i32,
|
||||
end_y: i32,
|
||||
pixel_runs: *mut NoitaPixelRun,
|
||||
mut pixel_runs: *mut NoitaPixelRun,
|
||||
) -> usize {
|
||||
// Allow compiler to generate better code.
|
||||
assert!(start_x % 128 == 0);
|
||||
|
@ -165,7 +165,6 @@ impl ParticleWorldState {
|
|||
}
|
||||
}
|
||||
|
||||
let mut pixel_runs = pixel_runs;
|
||||
let built_runner = self.runner.build();
|
||||
let runs = built_runner.len();
|
||||
for run in built_runner {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue