summaryrefslogtreecommitdiff
path: root/render-test
diff options
context:
space:
mode:
Diffstat (limited to 'render-test')
-rw-r--r--render-test/runner.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/render-test/runner.cpp b/render-test/runner.cpp
index b700b449fa..4fc68d0a1a 100644
--- a/render-test/runner.cpp
+++ b/render-test/runner.cpp
@@ -683,7 +683,8 @@ TestRunner::Impl::Impl(const TestMetadata& metadata, const mbgl::ResourceOptions
.withMapMode(metadata.mapMode)
.withSize(metadata.size)
.withPixelRatio(metadata.pixelRatio)
- .withCrossSourceCollisions(metadata.crossSourceCollisions),
+ .withCrossSourceCollisions(metadata.crossSourceCollisions)
+ .withKeepRenderData(metadata.mapMode != MapMode::Tile),
resourceOptions) {}
TestRunner::Impl::~Impl() {}