diff --git a/app/views/play/level/thang_avatar_view.coffee b/app/views/play/level/thang_avatar_view.coffee index a1af2102b..88f4110d0 100644 --- a/app/views/play/level/thang_avatar_view.coffee +++ b/app/views/play/level/thang_avatar_view.coffee @@ -21,8 +21,10 @@ module.exports = class ThangAvatarView extends View unless @thangType.isFullyLoaded() or @thangType.loading @thangType.fetch() - - @supermodel.loadModel @thangType, 'thang' + + # couldn't get the level view to load properly through the supermodel + # so just doing it manually this time. + @listenTo @thangType, 'sync', @render getSpriteThangType: -> thangs = @supermodel.getModels(ThangType)