} catch (Exception e1) {
System.out.println("Whoops!" + e1);
}
AllroundVideoPlugin vid = (AllroundVideoPlugin) umg.getSimTime().getPluginObject(new AllroundVideoPlugin().id());
vid.showTooltipps(false);
if (params.getParValueBoolean("Polytris.Ultimate")) {
// vid.setZoom(new Rectangle2D(new Vector2D(0, 0), size.mult(100)));
vid.setFollowAgent(true);
}
}