Make sure to call initial_setup_default in cache.

This commit is contained in:
Relintai 2021-08-18 17:24:48 +02:00
parent 9d26fd35f2
commit b18fc92ebb

View File

@ -136,6 +136,8 @@ void TiledWall::refresh() {
//An anouther thread could have initialized it before wo got the mutex!
if (!_cache->get_initialized()) {
_cache->initial_setup_default();
_data->setup_cache(_cache);
_cache->refresh_rects();