From 5edc1ec0fb236be5093bb3b647fb5c7be0d08a4c Mon Sep 17 00:00:00 2001 From: ruevs Date: Mon, 20 Nov 2023 11:22:51 +0200 Subject: [PATCH] Images are construction by default With this change and the previous commit images will not be included in 3d groups by default. --- src/mouse.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mouse.cpp b/src/mouse.cpp index 1c73dd2..0826713 100644 --- a/src/mouse.cpp +++ b/src/mouse.cpp @@ -1138,6 +1138,7 @@ void GraphicsWindow::MouseLeftDown(double mx, double my, bool shiftDown, bool ct AddToPending(hr); Request *r = SK.GetRequest(hr); r->file = pending.filename; + r->construction = true; for(int i = 1; i <= 4; i++) { SK.GetEntity(hr.entity(i))->PointForceTo(v);