Skip to content

Commit

Permalink
GWT log failure initializing graphics (#6338)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStahlfelge committed Dec 29, 2020
1 parent f3a7c6b commit 710b727
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -207,6 +207,7 @@ void setupLoop () {
graphics = new GwtGraphics(root, config);
} catch (Throwable e) {
root.clear();
error("GwtApplication", "exception: " + e.getMessage(), e);
root.add(getNoWebGLSupportWidget());
return;
}
Expand Down

0 comments on commit 710b727

Please sign in to comment.