Adjustments for consistency

This commit is contained in:
CrushedPixel
2018-12-06 14:18:55 +01:00
parent a7ec6524b7
commit 7c3fcd4e42
4 changed files with 22 additions and 23 deletions

View File

@@ -152,7 +152,6 @@ public class VideoRenderer implements RenderInfo {
renderingPipeline.run();
if (mc.hasCrashed) {
setFailure(mc.crashReporter.getCrashCause());
throw new ReportedException(mc.crashReporter);
}