Added setting to display culling distance

This commit is contained in:
Khopa
2020-10-12 20:57:32 +02:00
parent 5a245bf362
commit 411e71b9a2
4 changed files with 20 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ class DisplayOptions:
detection_range = DisplayRule("SAM Detection Range", False)
map_poly = DisplayRule("Map Polygon Debug Mode", False)
waypoint_info = DisplayRule("Waypoint Information", True)
culling = DisplayRule("Display Culling Zones", False)
flight_paths = FlightPathOptions()
@classmethod