Skip to content

Commit

Permalink
add remux allow error to be handled as level error
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasSiver committed Dec 4, 2017
1 parent cea2347 commit 9b856f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/controller/level-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ export default class LevelController extends EventHandler {
break;
case ErrorDetails.REMUX_ALLOC_ERROR:
levelIndex = data.level;
levelError = true;
break;
}

Expand Down

0 comments on commit 9b856f6

Please sign in to comment.