Fix avatars not showing up in HUD.

Asana 54271591170319
This commit is contained in:
Nick Winter 2015-11-04 10:26:32 -08:00
parent dbd9e325d4
commit 0caf9c3547

View file

@ -37,7 +37,7 @@ module.exports = class ThangAvatarView extends CocoView
context = super context
context.thang = @thang
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.includeName = @includeName
context