fix: cppcheck (21 troballes)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user