clang-format
This commit is contained in:
@@ -44,7 +44,7 @@ auto Color::fromString(const std::string& name) -> Uint8 {
|
||||
{"bright_white", index(Cpc::BRIGHT_WHITE)},
|
||||
|
||||
// Aliases para compatibilidad con archivos YAML existentes (Spectrum)
|
||||
{"bright_black", index(Cpc::BLACK)}, // No existe en CPC, mapea a negro
|
||||
{"bright_black", index(Cpc::BLACK)}, // No existe en CPC, mapea a negro
|
||||
};
|
||||
|
||||
auto it = COLOR_MAP.find(name);
|
||||
|
||||
Reference in New Issue
Block a user