faster texture cache loading in low fps modes

This commit is contained in:
2024-02-05 12:50:36 +01:00
parent 7d0e5c80bd
commit 139db5b03b
7 changed files with 26 additions and 12 deletions

View File

@ -57,7 +57,7 @@ class ChatGui4 {
~ChatGui4(void);
public:
void render(float time_delta);
float render(float time_delta);
public:
bool any_unread {false};