Fix TraceManager.currentFrameSize
Dieser Commit ist enthalten in:
Ursprung
850d891bf6
Commit
d9079a5010
@ -60,6 +60,7 @@ public class TraceManager {
|
||||
}
|
||||
|
||||
public static int currentFrameSize() {
|
||||
if (!frameMap.containsKey(currentFrame)) return 0;
|
||||
return frameMap.get(currentFrame).size();
|
||||
}
|
||||
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren