Fix avatars not showing up in HUD.
Asana 54271591170319
This commit is contained in:
parent
dbd9e325d4
commit
0caf9c3547
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ module.exports = class ThangAvatarView extends CocoView
|
||||||
context = super context
|
context = super context
|
||||||
context.thang = @thang
|
context.thang = @thang
|
||||||
options = @thang?.getLankOptions() or {}
|
options = @thang?.getLankOptions() or {}
|
||||||
options.async = true
|
#options.async = true # sync builds fail during async builds, and we build HUD version sync
|
||||||
context.avatarURL = @thangType.getPortraitSource(options) unless @thangType.loading
|
context.avatarURL = @thangType.getPortraitSource(options) unless @thangType.loading
|
||||||
context.includeName = @includeName
|
context.includeName = @includeName
|
||||||
context
|
context
|
||||||
|
|
Reference in a new issue