Lux-Vacuos / Voxel

Sandbox survival game created with Light Engine (Development halted due to other projects)
https://luxvacuos.net/projects
GNU General Public License v3.0
21 stars 6 forks source link

Lag Spikes after FutureChunk commit #92

Closed jlitewski closed 7 years ago

jlitewski commented 7 years ago

With the current rough implementation of FutureChunks, it causes lag spikes because I haven't fully coded in the required checks to prevent them from halting the main thread while they load if any function is called that requests the underlying ChunkData class.