Skip to content

Commit

Permalink
Copy premultipliedAlpha in copy constructor
Browse files Browse the repository at this point in the history
Fixes #2854
  • Loading branch information
MobiDevelop committed Feb 19, 2015
1 parent 65cdbb6 commit 80b37df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gdx/src/com/badlogic/gdx/graphics/g2d/ParticleEmitter.java
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ public ParticleEmitter (ParticleEmitter emitter) {
aligned = emitter.aligned;
behind = emitter.behind;
additive = emitter.additive;
premultipliedAlpha = emitter.premultipliedAlpha;
}

private void initialize () {
Expand Down

0 comments on commit 80b37df

Please sign in to comment.