From 95d65032cf6e22fd5363e2e38df0b53faaafb514 Mon Sep 17 00:00:00 2001 From: Cracker1000 <39940063+cracker1000@users.noreply.github.com> Date: Sat, 11 Nov 2023 23:02:15 +0530 Subject: [PATCH] Update LDTC.cpp --- src/simulation/elements/LDTC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simulation/elements/LDTC.cpp b/src/simulation/elements/LDTC.cpp index 0020cc8ad..f31802d9f 100644 --- a/src/simulation/elements/LDTC.cpp +++ b/src/simulation/elements/LDTC.cpp @@ -67,7 +67,7 @@ constexpr int FLAG_KEEP_SEARCHING = 0x8; /* Returns true for particles that activate the special FILT color copying mode */ static bool phot_data_type(int rt) { - return rt == PT_FILT || rt == PT_PHOT || rt == PT_BRAY; + return rt == PT_FILT || rt == PT_PHOT || rt == PT_BRAY || rt == PT_BIZR || rt == PT_BIZG || rt == BIZS; } /* Returns true for particles that start a ray search ("dtec" mode)