Skip to content

Commit 629fcf7

Browse files
committed
clang
1 parent ed8da2d commit 629fcf7

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

soh/soh/Enhancements/TimeDisplay/TimeDisplay.cpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,14 +188,12 @@ void DrawStandaloneGameplayTimer() {
188188
ImGui::Image(Ship::Context::GetInstance()->GetWindow()->GetGui()->GetTextureByName(
189189
digitList[textureIndex].first),
190190
ImVec2(8.0f * gameplayFontScale, 8.0f * gameplayFontScale), ImVec2(0, 0.5f), ImVec2(1, 1),
191-
textColor,
192-
ImVec4(0, 0, 0, 0));
191+
textColor, ImVec4(0, 0, 0, 0));
193192
} else {
194193
ImGui::Image(Ship::Context::GetInstance()->GetWindow()->GetGui()->GetTextureByName(
195194
digitList[textureIndex].first),
196195
ImVec2(8.0f * gameplayFontScale, 16.0f * gameplayFontScale), ImVec2(0, 0), ImVec2(1, 1),
197-
textColor,
198-
ImVec4(0, 0, 0, 0));
196+
textColor, ImVec4(0, 0, 0, 0));
199197
}
200198
ImGui::SameLine(0, 0);
201199
}

0 commit comments

Comments
 (0)