Require frames to be crashed too to not map, adds +100

This commit is contained in:
Adam
2016-02-13 18:48:43 -05:00
parent bcc74c6256
commit 71e0a6d996
3 changed files with 3 additions and 1 deletions

View File

@@ -408,7 +408,7 @@ public class MapStaticTest
ParallelExecutorMapping mappings = MappingExecutorUtil.map(m1, m2);
if (mappings.getMap().isEmpty())
if (mappings.getMap().isEmpty() && mappings.crashed)
return;
mappings.map(m1, m2);