Images are construction by default

With this change and the previous commit images will not be included in
3d groups by default.
This commit is contained in:
ruevs 2023-11-20 11:22:51 +02:00 committed by Paul Kahler
parent 70382660c8
commit 5edc1ec0fb

View File

@ -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);