Commit 12f52d48 authored by GoshaZotov's avatar GoshaZotov

fix bug 34632

parent c937d7b1
......@@ -1398,7 +1398,7 @@ Processor3D.prototype._calculateCameraDiffZX = function (newPoints)
//TODO пока включаю для ВСЕГО checkOutSideArea(медленная функция), затем нужно переделать, используя закомментированный код сверху
this.cameraDiffZ = -minZ;
this.checkOutSideArea(newPoints);
this.checkOutSideArea2(newPoints);
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment