summaryrefslogtreecommitdiff
path: root/test/style/resource_loading.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/style/resource_loading.cpp')
-rw-r--r--test/style/resource_loading.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/style/resource_loading.cpp b/test/style/resource_loading.cpp
index c646f0372a..ba6a138b5d 100644
--- a/test/style/resource_loading.cpp
+++ b/test/style/resource_loading.cpp
@@ -51,6 +51,8 @@ public:
data_.setAnimationTime(now);
transform_.updateTransitions(now);
+ style_->cascade();
+ style_->recalculate(16);
style_->update(transform_.getState(), texturePool_);
}