diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/UsersSidePanel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UsersSidePanel.cpp b/src/UsersSidePanel.cpp index 3e078cd..bea11e5 100644 --- a/src/UsersSidePanel.cpp +++ b/src/UsersSidePanel.cpp @@ -22,7 +22,7 @@ namespace dchat const float AVATAR_DIAMETER = 40.0f; const float AVATAR_PADDING_SIDE = 10.0f; const float PADDING_BOTTOM = 20.0f; - const i64 USER_TIMEOUT_SEC = 10; + const i64 USER_TIMEOUT_SEC = 25; static void renderUser(Cache &cache, User *user, sf::Shader *circleShader, sf::RenderWindow &window, sf::Vector2f &position, const sf::Font *font, const float textHeight, bool isUserOnline) { |