Skip to content

Commit

Permalink
fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneeIbeji committed May 14, 2024
1 parent 403b532 commit b0151c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sources/chargen.js
Original file line number Diff line number Diff line change
Expand Up @@ -672,8 +672,8 @@ $(document).ready(function() {
if($(this).data(`layer_1_${getBodyTypeName()}`) === undefined){
previewToDraw.link = $(this).data(`layer_1_${getBodyTypeName()}`);
previewToDraw.zPos = $(this).data(`layer_1_zpos`);
layers.push(previewToDraw); }
else{
layers.push(previewToDraw);
} else{
for(jdx = 1; jdx < 10; jdx++){
if($(this).data(`layer_${jdx}_${getBodyTypeName()}`)){
if(animation === $(this).data(`layer_${jdx}_custom_animation`)){
Expand Down

0 comments on commit b0151c2

Please sign in to comment.