Skip to content
Snippets Groups Projects
Commit 3438b018 authored by Magnus Alexander Strømseng's avatar Magnus Alexander Strømseng
Browse files

comments

parent ce7fedfb
No related branches found
No related tags found
1 merge request!72Update howtoplay
Pipeline #275649 passed
......@@ -51,6 +51,8 @@ public class HowToPlayView extends ViewState {
Image logo = new Image(logoTexture);
table.add(logo).center();
}
// Catch exception if image index is out of bounds or image is not found
// Simply do not add the image in this case
catch (Exception e) {
}
table.row();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment