Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneeIbeji committed May 14, 2024
1 parent 9f7e86d commit fa4efb4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sources/chargen.js
Original file line number Diff line number Diff line change
Expand Up @@ -672,8 +672,7 @@ $(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);
}
layers.push(previewToDraw); }
else{
for(jdx = 1; jdx < 10; jdx++){
if($(this).data(`layer_${jdx}_${getBodyTypeName()}`)){
Expand Down

0 comments on commit fa4efb4

Please sign in to comment.