Skip to content

Commit

Permalink
For real a bruh moment
Browse files Browse the repository at this point in the history
  • Loading branch information
UnlikePaladin committed Dec 25, 2023
1 parent a1672b5 commit 51e4d9a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ public List<BakedQuad> getQuadsWithTexture(List<BakedQuad> quads, List<Sprite> t
continue;
}
List<BakedQuad> list = new ArrayList<>();
list.add(quad);
separatedQuads.put(sprite, list);
}

Expand Down

0 comments on commit 51e4d9a

Please sign in to comment.