Skip to content
This repository has been archived by the owner on Jul 24, 2022. It is now read-only.

Commit

Permalink
fixes #14
Browse files Browse the repository at this point in the history
  • Loading branch information
3ximus committed Mar 3, 2021
1 parent cb3372e commit 3d40e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/python/F12020Leaderboard/LeaderboardRow.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def __init__(self, leaderboardWindow, row):
ac.setBackgroundTexture(self.positionLabel, FC.LEADERBOARD_POSITION_LABEL[self.row+1]);

self.driverName = ac.getDriverName(row)
self.driverId = row
self.driverId = -1
self.nameLabel = ac.addLabel(leaderboardWindow, self.driverName[:3].upper())
ac.setPosition(self.nameLabel, px + 65, py+4)
ac.setFontSize(self.nameLabel, 18)
Expand Down

0 comments on commit 3d40e47

Please sign in to comment.