Physac icon indicating copy to clipboard operation
Physac copied to clipboard

Change return type of PhysicsLoop

Open EmperorPenguin18 opened this issue 9 months ago • 1 comments

When using the built-in pthreads functions, the return type of PhysicsLoop isn't used. However I'm trying to use SDL_CreateThread which expects the function to return an int. Could this be changed for better compatibility?

EmperorPenguin18 avatar Sep 20 '23 17:09 EmperorPenguin18