notgiven688 / jitterphysics

A cross-platform, realtime physics engine for all .NET apps.
MIT License
386 stars 87 forks source link

Execute thread manager when multithreading is enabled #20

Closed sp-fran-carrascosa closed 3 years ago

sp-fran-carrascosa commented 7 years ago

ThreadManager is being used even if multithread is not enabled.

notgiven688 commented 3 years ago

The thread manager can also be used single threaded. It will just work though the tasks in serial. This PR is invalid.