Wrapped long line.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3710 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -107,7 +107,8 @@ public class JmeApp
|
||||
// initialize the rendering system
|
||||
initDisplay();
|
||||
if (!_display.isCreated()) {
|
||||
throw new IllegalStateException("Failed to initialize display?");
|
||||
throw new IllegalStateException(
|
||||
"Failed to initialize display?");
|
||||
}
|
||||
|
||||
// initialize our main camera controls and user input handling
|
||||
|
||||
Reference in New Issue
Block a user