Target positions for ship movement are now properly projected on DCS game X,Y plane

This commit is contained in:
Khopa
2020-12-09 22:55:11 +01:00
parent d6e4a50064
commit c74e18e449
2 changed files with 62 additions and 17 deletions

View File

@@ -66,7 +66,7 @@ class QLiberationWindow(QMainWindow):
last_save_file = liberation_install.get_last_save_file()
if last_save_file:
try:
logging.info("Loading last saved game : {0}".format(str(last_save_file)))
logging.info("Loading last saved game : " + str(last_save_file))
game = persistency.load_game(last_save_file)
self.onGameGenerated(game)
except: