Update LDTC.cpp

This commit is contained in:
Cracker1000 2023-11-11 23:02:15 +05:30
parent 1c1e3aaf5a
commit 95d65032cf

View File

@ -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)