Khaligufzel / Dimensionfall

A survival game inspired by Cataclysm: Dark Days Ahead and Bright Nights.
MIT License
12 stars 5 forks source link

Chunk: Move area application to thread #282

Closed snipercup closed 2 months ago

snipercup commented 2 months ago

Requires #281

The application of areas was done on the main thread. I moved it to the threaded function so the main thread is not stalled. This will win us a few milliseconds.