Normand Briere
2019-06-09 3ae9b1de47e51e7c150412f2bb14383cb6a5f8f8
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)