From 6dc5194895b6bd61d19bf5c95021471784084325 Mon Sep 17 00:00:00 2001 From: untodesu Date: Tue, 1 Jul 2025 03:23:05 +0500 Subject: I forgot to set these to true in .clang-format https://files.catbox.moe/909rig.gif --- game/client/gui/chat.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'game/client/gui/chat.cc') diff --git a/game/client/gui/chat.cc b/game/client/gui/chat.cc index 3cf0958..8c4ac26 100644 --- a/game/client/gui/chat.cc +++ b/game/client/gui/chat.cc @@ -215,7 +215,8 @@ void gui::client_chat::layout(void) if(globals::gui_screen == GUI_CHAT) { rect_alpha = 0.75f; text_alpha = 1.00f; - } else { + } + else { rect_alpha = 0.50f * fadeout; text_alpha = 1.00f * fadeout; } -- cgit