diff options
| author | Aaditya Dhruv <[email protected]> | 2026-01-31 18:34:55 -0600 |
|---|---|---|
| committer | Aaditya Dhruv <[email protected]> | 2026-01-31 18:34:55 -0600 |
| commit | d5cad0e247ffffd4e985696809e46805177c6940 (patch) | |
| tree | 519babc838c7d1cd620b61761245aca862e6e08a /src/chunk.h | |
| parent | b20a6103cb202c1721aa2d300b1e7bdafef3366d (diff) | |
Bugfixes, infinite loading works
Diffstat (limited to 'src/chunk.h')
| -rw-r--r-- | src/chunk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chunk.h b/src/chunk.h index c22fd36..52c0df3 100644 --- a/src/chunk.h +++ b/src/chunk.h @@ -34,7 +34,7 @@ struct chunk { enum biome biome; vec2 coord; int loaded; - int dirty; + int staged_for_load; }; /** |
