clang-format

This commit is contained in:
2025-11-23 12:26:42 +01:00
parent 3d2ad5f292
commit cb26e7194c
18 changed files with 126 additions and 127 deletions

View File

@@ -332,7 +332,7 @@ void Screen::textureToRenderer() {
void Screen::renderOverlays() {
renderNotifications();
#ifdef _DEBUG
//renderInfo();
// renderInfo();
#endif
}