victorfisac / Physac

2D physics header-only library for videogames developed in C using raylib library.

Home Page:http://www.victorfisac.com/physac

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change return type of PhysicsLoop

EmperorPenguin18 opened this issue · 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?

Feel free to open new pull requests with any change that makes this repository more compatible with your needs.
Thank you so much.