mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Remove rounding from waypoint timing in the UI.
This is behaving strangely on some machines. Stop hiding the details in the UI while we debug.
This commit is contained in:
@@ -349,7 +349,6 @@ class QLiberationMap(QGraphicsView):
|
||||
if time is None:
|
||||
tot = ""
|
||||
else:
|
||||
time = datetime.timedelta(seconds=int(time.total_seconds()))
|
||||
tot = f"{prefix} T+{time}"
|
||||
|
||||
pen = QPen(QColor("black"), 0.3)
|
||||
|
||||
Reference in New Issue
Block a user