Skip to content

Commit

Permalink
fix avatar load call in profileselect
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Nov 4, 2018
1 parent 3e6d22e commit 217509a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function GetLocalProfiles()
end,
ModifyAvatarCommand = function(self)
self:finishtweening()
self:Load(getAvatarPath(PLAYER_1))
self:Load(getAssetPathFromProfileID("avatar", profileID))
self:zoomto(30, 30)
end
}
Expand Down

0 comments on commit 217509a

Please sign in to comment.