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

@@ -71,6 +71,6 @@ struct SendImagePopup {
// from file_path
// call this each frame
void render(void);
void render(float time_delta);
};