diff --git a/tiled_wall/tiled_wall.cpp b/tiled_wall/tiled_wall.cpp index d53bdcf..99fbc08 100644 --- a/tiled_wall/tiled_wall.cpp +++ b/tiled_wall/tiled_wall.cpp @@ -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();