fix: cppcheck (21 troballes)

This commit is contained in:
2026-05-16 13:52:31 +02:00
parent a48fe51f73
commit bf7be3a7f1
13 changed files with 96 additions and 117 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ namespace scenes {
active_ = true;
}
void PaletteFade::startFadeTo(JD8_Palette target) {
void PaletteFade::startFadeTo(const Color* target) {
JD8_FadeStartToPal(target);
active_ = true;
}