neteja clang-tidy: enums uint8_t, includes, naming i altres
This commit is contained in:
@@ -351,7 +351,7 @@ void Screen::renderInfo() const {
|
||||
if (!debug_info_.show) { return; }
|
||||
|
||||
const Color GOLD(0xFF, 0xD7, 0x00);
|
||||
const Color GOLD_SHADOW = GOLD.DARKEN(150);
|
||||
const Color GOLD_SHADOW = GOLD.darken(150);
|
||||
|
||||
const std::string INFO_TEXT = buildDebugInfoText();
|
||||
const int TEXT_WIDTH = debug_info_.text->length(INFO_TEXT);
|
||||
|
||||
Reference in New Issue
Block a user