Create icon for simulation exceptions, so they can be seen in plots.
For the moment I've just copied the simulation_end icon; it should really be something else
This commit is contained in:
parent
3571ebad68
commit
9c148b5149
BIN
core/resources/pix/eventicons/event-exception.png
Normal file
BIN
core/resources/pix/eventicons/event-exception.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 700 B |
@ -57,6 +57,7 @@ public class EventGraphics {
|
||||
"pix/eventicons/event-recovery-device-deployment.png");
|
||||
loadImage(FlightEvent.Type.GROUND_HIT, "pix/eventicons/event-ground-hit.png");
|
||||
loadImage(FlightEvent.Type.SIMULATION_END, "pix/eventicons/event-simulation-end.png");
|
||||
loadImage(FlightEvent.Type.EXCEPTION, "pix/eventicons/event-exception.png");
|
||||
}
|
||||
|
||||
private static void loadImage(FlightEvent.Type type, String file) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user