mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
note why chunk map is disabled by default
This commit is contained in:
parent
4ff4fd3437
commit
58eb097ec5
1 changed files with 1 additions and 1 deletions
|
@ -2314,7 +2314,7 @@ impl App {
|
|||
}
|
||||
{
|
||||
let mut temp = netman.no_chunkmap.load(Ordering::Relaxed);
|
||||
if ui.checkbox(&mut temp, "don't save chunk map").changed() {
|
||||
if ui.checkbox(&mut temp, "don't save chunk map, chunkmap is disabled by default do to current implementation ram/vram leaking on long runs").changed() {
|
||||
netman.no_chunkmap.store(temp, Ordering::Relaxed);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue