CameraPane.java
.. .. @@ -15708,6 +15708,7 @@ 15708 15708 info.bounds.y += (height - desired) / 2; 15709 15709 } 15710 15710 } 15711 +15711 15712 info.g = gr; 15712 15713 info.camera = renderCamera; 15713 15714 /* .. .. @@ -15717,6 +15718,8 @@ 15717 15718 */ 15718 15719 if (!isRenderer) 15719 15720 { 15721 + Grafreed.Assert(object != null);15722 + Grafreed.Assert(object.selection != null);15720 15723 if (object.selection.Size() > 0) 15721 15724 { 15722 15725 int hitSomething = object.selection.get(0).hitSomething;