Khaligufzel / Dimensionfall

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

Improve furniture performance #277

Closed snipercup closed 2 months ago

snipercup commented 2 months ago

Requires #272 Fixes #249

Made some changes to improve the performance of furniture.

The highest frame time I got at the moment is 29ms which is a good improvement from what it was before. There are still improvements possible. My intention was to have it run on a thread, but it started crashing. That's why I did some refactoring but in the end it wasn't needed to have it run in a thread (yet).