v2.4.1: added a missing exception report

This commit is contained in:
Evan Debenham
2024-05-22 13:56:15 -04:00
parent 5e336aba9e
commit 89e5def20c

View File

@@ -379,6 +379,7 @@ public class HeroSelectScene extends PixelScene {
//loading these big jpgs fails sometimes, so we have a catch for it
background.texture(cl.splashArt());
} catch (Exception e){
Game.reportException(e);
background.texture(TextureCache.createSolid(0xFF2d2f31));
background.frame(0, 0, 800, 450);
}