Fixed culling display and added setting to include/exclude carriers from culling area.

This commit is contained in:
Khopa
2020-11-21 17:01:50 +01:00
parent 799b0fae94
commit fcf45554ef
4 changed files with 22 additions and 4 deletions

View File

@@ -296,7 +296,7 @@ class QLiberationMap(QGraphicsView):
# Display Culling
if DisplayOptions.culling and self.game.settings.perf_culling:
self.display_culling()
self.display_culling(scene)
for cp in self.game.theater.controlpoints: