clang-tidy
This commit is contained in:
@@ -408,11 +408,11 @@ void Title::updateStartPrompt() {
|
||||
}
|
||||
}
|
||||
|
||||
should_render_start_prompt = condition_met;
|
||||
should_render_start_prompt_ = condition_met;
|
||||
}
|
||||
|
||||
void Title::renderStartPrompt() {
|
||||
if (should_render_start_prompt) {
|
||||
if (should_render_start_prompt_) {
|
||||
text_->writeDX(TEXT_CENTER | TEXT_SHADOW,
|
||||
param.game.game_area.center_x,
|
||||
param.title.press_start_position,
|
||||
|
||||
Reference in New Issue
Block a user