diff --git a/swing/src/net/sf/openrocket/gui/figure3d/photo/PhotoPanel.java b/swing/src/net/sf/openrocket/gui/figure3d/photo/PhotoPanel.java index 4e9c4d34f..d51dded35 100644 --- a/swing/src/net/sf/openrocket/gui/figure3d/photo/PhotoPanel.java +++ b/swing/src/net/sf/openrocket/gui/figure3d/photo/PhotoPanel.java @@ -393,7 +393,7 @@ public class PhotoPanel extends JPanel implements GLEventListener { gl.glTranslated(dx - p.getAdvance(), 0, 0); - if (p.isFlame()) { + if (p.isFlame() && configuration.hasMotors()) { convertColor(p.getFlameColor(), color); gl.glLightfv(GLLightingFunc.GL_LIGHT2, GLLightingFunc.GL_AMBIENT,