mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-09-02 12:32:40 +02:00
Make LDTC copy BIZR, BIZRG and BIZRG's wavelength too. (#936)
This commit is contained in:
@@ -67,7 +67,7 @@ constexpr int FLAG_KEEP_SEARCHING = 0x8;
|
|||||||
/* Returns true for particles that activate the special FILT color copying mode */
|
/* Returns true for particles that activate the special FILT color copying mode */
|
||||||
static bool phot_data_type(int rt)
|
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_BIZRG || rt == PT_BIZRS;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Returns true for particles that start a ray search ("dtec" mode)
|
/* Returns true for particles that start a ray search ("dtec" mode)
|
||||||
|
Reference in New Issue
Block a user