summaryrefslogtreecommitdiff
path: root/tests/test_render.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_render.cpp')
-rw-r--r--tests/test_render.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_render.cpp b/tests/test_render.cpp
index 66fd04dbdd..00ce187847 100644
--- a/tests/test_render.cpp
+++ b/tests/test_render.cpp
@@ -210,7 +210,7 @@ public:
//return quit;
- for (InstanceInfo &E : instances) {
+ for (const InstanceInfo &E : instances) {
Transform3D pre(Basis(E.rot_axis, ofs), Vector3());
vs->instance_set_transform(E.instance, pre * E.base);
/*