Normand Briere
2019-08-01 c99d954f5e2bffa601c599142371cfeb45630f40
CameraPane.java
....@@ -16091,7 +16091,7 @@
1609116091 gr.drawLine(X, Y, info.bounds.width/2, info.bounds.height/2);
1609216092 break;
1609316093 case Object3D.hitScale: gr.setColor(Color.cyan);
16094
- gr.drawLine(X, Y, 0, 0);
16094
+ gr.drawLine(X, Y, info.bounds.width/2, info.bounds.height/2);
1609516095 break;
1609616096 }
1609716097