|
|
@ -320,8 +320,8 @@ public class Camera implements Savable, Cloneable { |
|
|
|
this.width = cam.width; |
|
|
|
this.width = cam.width; |
|
|
|
this.height = cam.height; |
|
|
|
this.height = cam.height; |
|
|
|
|
|
|
|
|
|
|
|
this.planeState = cam.planeState; |
|
|
|
this.planeState = 0; |
|
|
|
this.viewportChanged = cam.viewportChanged; |
|
|
|
this.viewportChanged = true; |
|
|
|
for (int i = 0; i < MAX_WORLD_PLANES; ++i) { |
|
|
|
for (int i = 0; i < MAX_WORLD_PLANES; ++i) { |
|
|
|
worldPlane[i].setNormal(cam.worldPlane[i].getNormal()); |
|
|
|
worldPlane[i].setNormal(cam.worldPlane[i].getNormal()); |
|
|
|
worldPlane[i].setConstant(cam.worldPlane[i].getConstant()); |
|
|
|
worldPlane[i].setConstant(cam.worldPlane[i].getConstant()); |
|
|
|