mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-24 04:02:40 -06:00
Fix organic gags display
This commit is contained in:
parent
6bb4ea0dbe
commit
4911ad0607
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ class ToonAvatarDetailPanel(DirectFrame):
|
|||
if numItems == 0:
|
||||
image_color = Vec4(0.5, 0.5, 0.5, 1)
|
||||
geom_color = Vec4(0.2, 0.2, 0.2, 0.5)
|
||||
elif self.avatar.getTrackBonusLevel(track) > -1:
|
||||
elif self.avatar.getTrackBonusLevel(track) >= item:
|
||||
image_color = Vec4(0, 0.8, 0.4, 1)
|
||||
geom_color = None
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue