diff --git a/src/simulation/elements/CRAY.cpp b/src/simulation/elements/CRAY.cpp index 002ed283c..1cdb66ea9 100644 --- a/src/simulation/elements/CRAY.cpp +++ b/src/simulation/elements/CRAY.cpp @@ -103,7 +103,10 @@ int Element_CRAY::update(UPDATE_FUNC_ARGS) docontinue = 0; } } else if ((r&0xFF)==PT_FILT) { // get color if passed through FILT - colored = wavelengthToDecoColour(Element_FILT::getWavelengths(&parts[r>>8])); + if (parts[r>>8].tmp==0) + { + colored = wavelengthToDecoColour(Element_FILT::getWavelengths(&parts[r>>8])); + } } else if ((r&0xFF) == PT_CRAY || nostop) { docontinue = 1; } else if(destroy && r && ((r&0xFF) != PT_DMND)) {