medfall

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit bb79c676a9a29946e51b936a66f5a505b33998b7
parent f0bd89907779f3f4456d59cf70d8214cab3044f8
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Tue Feb  7 20:24:08 +0200

Call workqueue_term at exit

Diffstat:
main.cc | 2++
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/main.cc b/main.cc @@ -203,6 +203,8 @@ int main( int argc, char ** argv ) { const double program_run_time = glfwGetTime() - program_start_time; + workqueue_term( &state.background_tasks ); + #if !STATIC_GAME unload_game( &game ); #endif