Skip to content

Commit

Permalink
Fixed bug in particles not showing
Browse files Browse the repository at this point in the history
  • Loading branch information
emd4600 committed Jun 21, 2023
1 parent bc2191d commit 52fe9d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sporemodder/file/effects/ParticleEffect.java
Original file line number Diff line number Diff line change
Expand Up @@ -1146,7 +1146,7 @@ private void parseTexture() {

effect.texture.parse(stream, line, EffectDirectory.HYPERLINK_TEXTURE);

effect.flags.set(FLAGBIT_MODEL);
effect.flags.clear(FLAGBIT_MODEL);

Number value = null;

Expand Down

0 comments on commit 52fe9d5

Please sign in to comment.