I couldn't get ActionCharRender to work until I noticed that line 362:
newAction.renderLock_sortingMap = sortingLock;
Should be replaced with:
newAction.renderLock_sortingMap = sortingMapLock;
Thanks!
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Quite right, thanks.