mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix map centering for CLI generated games.
This commit is contained in:
parent
3c9d21e38d
commit
8320c6940b
@ -122,7 +122,7 @@ class QLiberationMap(QGraphicsView):
|
||||
super(QLiberationMap, self).__init__()
|
||||
QLiberationMap.instance = self
|
||||
self.game_model = game_model
|
||||
self.game: Optional[Game] = game_model.game
|
||||
self.game: Optional[Game] = None # Setup by setGame below.
|
||||
self.state = QLiberationMapState.NORMAL
|
||||
|
||||
self.waypoint_info_font = QFont()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user