mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
Our chunks are 128x128 whoops
This commit is contained in:
parent
dc646622e8
commit
30ab57c1b2
1 changed files with 2 additions and 2 deletions
|
@ -545,8 +545,8 @@ impl WorldManager {
|
|||
ChunkState::Transfer => "tran",
|
||||
};
|
||||
DebugMarker {
|
||||
x: (chunk.0 * 256) as f64,
|
||||
y: (chunk.1 * 256) as f64,
|
||||
x: (chunk.0 * 128) as f64,
|
||||
y: (chunk.1 * 128) as f64,
|
||||
message,
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue