Fix crash when selecting Textured Cool Plate

This commit is contained in:
Noisyfox 2025-09-16 22:48:04 +08:00
parent b3ca79146b
commit 860ea61420

View file

@ -232,6 +232,7 @@ static std::map<BedType, std::string> bed_type_thumbnails = {
{BedType::btEP, "bed_engineering"},
{BedType::btPEI, "bed_high_templ"},
{BedType::btPTE, "bed_pei"},
{BedType::btPCT, "bed_pei"}, // TODO: Orca hack
{BedType::btSuperTack, "bed_cool_supertack"}
};