properly seperate tick and render

This commit is contained in:
2024-01-07 16:33:08 +01:00
parent a0ba0b39d8
commit e8234f2a4a
6 changed files with 36 additions and 27 deletions

View File

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