Normand Briere
2019-05-01 25cef97465f0bfa8959663754e9243006324c81c
CameraPane.java
....@@ -4208,6 +4208,7 @@
42084208
42094209 com.sun.opengl.util.texture.Texture CompressTexture2(String name)
42104210 {
4211
+ new Exception().printStackTrace();
42114212 System.exit(0);
42124213 com.sun.opengl.util.texture.Texture texture = null;
42134214
....@@ -12747,7 +12748,7 @@
1274712748 "MUL final.y, fragment.texcoord[0].x, c256;" +
1274812749 "FLR final.x, final.y;" +
1274912750 "SUB final.y, final.y, final.x;" +
12750
- "MUL final.x, final.x, c256i;" +
12751
+ //"MUL final.x, final.x, c256i;" +
1275112752 "MOV final.z, zero.x;" +
1275212753 "MOV final.a, one.w;":""
1275312754 ) +
....@@ -12755,7 +12756,7 @@
1275512756 "MUL final.y, fragment.texcoord[0].y, c256;" +
1275612757 "FLR final.x, final.y;" +
1275712758 "SUB final.y, final.y, final.x;" +
12758
- "MUL final.x, final.x, c256i;" +
12759
+ //"MUL final.x, final.x, c256i;" +
1275912760 "MOV final.z, zero.x;" +
1276012761 "MOV final.a, one.w;":""
1276112762 ) +
....@@ -13946,6 +13947,7 @@
1394613947
1394713948 public void run()
1394813949 {
13950
+ new Exception().printStackTrace();
1394913951 System.exit(0);
1395013952 for (;;)
1395113953 {
....@@ -15144,6 +15146,7 @@
1514415146
1514515147 void SelectParent()
1514615148 {
15149
+ new Exception().printStackTrace();
1514715150 System.exit(0);
1514815151 Composite group = (Composite) object;
1514915152 java.util.Vector selectees = new java.util.Vector(group.selection);
....@@ -15167,6 +15170,7 @@
1516715170
1516815171 void SelectChildren()
1516915172 {
15173
+ new Exception().printStackTrace();
1517015174 System.exit(0);
1517115175 /*
1517215176 Composite group = (Composite) object;
....@@ -16280,6 +16284,7 @@
1628016284 {
1628116285 if (!selection)
1628216286 {
16287
+ new Exception().printStackTrace();
1628316288 System.exit(0);
1628416289 return;
1628516290 }