Fix warmup, actually set it

This commit is contained in:
Paul Sauve 2015-05-25 16:56:50 -05:00
parent 7205c0012d
commit 3ab25c3694
1 changed files with 2 additions and 0 deletions

View File

@ -916,5 +916,7 @@ public abstract class MemoryFPlayer implements FPlayer {
if (this.warmup != null) {
this.clearWarmup();
}
this.warmup = warmup;
this.warmupTask = taskId;
}
}