SDK:
- fix error panel content git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10268 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
e242174a22
commit
7534d90dde
@ -453,7 +453,7 @@ public class FakeApplication extends SimpleApplication {
|
||||
break;
|
||||
}
|
||||
}
|
||||
showError("Fake app is fake!" + (severe ? "And WTF are you trying to do anyway?\n" : "\n") + trace);
|
||||
showError("Fake app is fake!" + (severe ? "\nAnd WTF are you trying to do anyway?\n" : "\n") + trace);
|
||||
}
|
||||
|
||||
private void showError(String msg) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user