neteja clang-tidy: enums uint8_t, includes, naming i altres
This commit is contained in:
@@ -726,7 +726,7 @@ void Credits::drawBorderRect() {
|
||||
return; // no dibujar
|
||||
}
|
||||
|
||||
const Color COLOR = color_.LIGHTEN();
|
||||
const Color COLOR = color_.lighten();
|
||||
SDL_Renderer* rdr = Screen::get()->getRenderer();
|
||||
SDL_SetRenderDrawColor(rdr, COLOR.r, COLOR.g, COLOR.b, 0xFF);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user