clang-tidy
This commit is contained in:
@@ -78,7 +78,7 @@ class Color {
|
||||
* @param color Color del enum Cpc
|
||||
* @return Índice de paleta (Uint8)
|
||||
*/
|
||||
static constexpr auto index(Cpc color) -> Uint8 {
|
||||
static constexpr auto getIndex(Cpc color) -> Uint8 { // NOLINT(readability-identifier-naming)
|
||||
return static_cast<Uint8>(color);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user