summaryrefslogtreecommitdiffhomepage
path: root/test/serializer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/serializer.cpp')
-rw-r--r--test/serializer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/serializer.cpp b/test/serializer.cpp
index 69b45575..3e1e6a97 100644
--- a/test/serializer.cpp
+++ b/test/serializer.cpp
@@ -30,6 +30,7 @@ chunk test_app::make_test_chunk()
c[{K+3, K+1}].scenery() = door;
c[{ 3, 4 }].scenery() = table;
c[{K, K+1}].scenery() = control_panel;
+ c[{K, K+1}].scenery().frame.bbox_size = {99, 88};
c.mark_modified();
return c;
}