ability to run 2D physics in a thread

also, 2D physics is now thread safe too.
see physics_2d/thread_model
This commit is contained in:
Juan Linietsky 2015-05-26 01:05:08 -03:00
parent 01adb739b8
commit b116c864e0
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ spawn=[key(F1), jbutton(0, 11)]
[physics_2d]
default_gravity=700
thread_model=1
[rasterizer]