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:
parent
70382660c8
commit
5edc1ec0fb
@ -1138,6 +1138,7 @@ void GraphicsWindow::MouseLeftDown(double mx, double my, bool shiftDown, bool ct
|
|||||||
AddToPending(hr);
|
AddToPending(hr);
|
||||||
Request *r = SK.GetRequest(hr);
|
Request *r = SK.GetRequest(hr);
|
||||||
r->file = pending.filename;
|
r->file = pending.filename;
|
||||||
|
r->construction = true;
|
||||||
|
|
||||||
for(int i = 1; i <= 4; i++) {
|
for(int i = 1; i <= 4; i++) {
|
||||||
SK.GetEntity(hr.entity(i))->PointForceTo(v);
|
SK.GetEntity(hr.entity(i))->PointForceTo(v);
|
||||||
|
Loading…
Reference in New Issue
Block a user