Skip to content

Commit

Permalink
Projected decals copy constructor should honor spriteAtlas field (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaskelly authored Oct 12, 2020
1 parent bb0a7e9 commit a704392
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ public ProjectedDecal(Camera perspective) {
public ProjectedDecal(ProjectedDecal decal) {
artType = decal.artType;
tex = decal.tex;
spriteAtlas = decal.spriteAtlas;
decalWidth = decal.decalWidth;
decalHeight = decal.decalHeight;
isDynamic = false;
Expand Down

0 comments on commit a704392

Please sign in to comment.