AvatarMaker | Version 3.2 | V3221C
Bug Code V3221C
Product AvatarMaker
Version 3.2
Reported by D. Haymes
Date 20/04/2020
Status FIXED

Description

On startup, items previews are black when no random avatar is generated.

If you don't want to manually patch your application, you can download the most recent release from the marketplace. It is always updated with the latest fixes.

Manual Fix

Add the following line in source/js/jquery.avatarmaker.js

/* Initialize the avatar colors with the first one in the palette */
avatar.colors[layer.colors] = data.palettes[layer.colors][0];

after (should be around line 426)

if( layer.colors )
    {