properly seperate tick and render
This commit is contained in:
@ -46,7 +46,7 @@ class ChatGui4 {
|
||||
);
|
||||
|
||||
public:
|
||||
void render(void);
|
||||
void render(float time_delta);
|
||||
|
||||
public:
|
||||
bool any_unread {false};
|
||||
|
Reference in New Issue
Block a user