Normand Briere
2019-06-09 79d0f9a45d36656051a77a7b0837aa0318f81ee5
Composite.java
....@@ -866,7 +866,14 @@
866866 tex = GetTextures();
867867 }
868868
869
- display.BindTextures(tex, texres);
869
+ try
870
+ {
871
+ display.BindTextures(tex, texres);
872
+ }
873
+ catch (Exception e)
874
+ {
875
+ System.err.println("FAILED: " + this);
876
+ }
870877
871878 if (//true) // new NORMAND
872879 touched || softtouched)