Pasaeta de cppcheck, ale
This commit is contained in:
@@ -138,7 +138,7 @@ void Title::render()
|
||||
|
||||
if (section::options == section::Options::TITLE_2)
|
||||
{
|
||||
constexpr Color shadow = {0x14, 0x87, 0xc4};
|
||||
constexpr Color shadow = Color(0x14, 0x87, 0xc4);
|
||||
|
||||
// 'PRESS TO PLAY'
|
||||
if (counter_ % 50 > 14 && !define_buttons_->isEnabled())
|
||||
|
||||
Reference in New Issue
Block a user