From b116c864e0b830820807dcdb03cf287e2dae8114 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Tue, 26 May 2015 01:05:08 -0300 Subject: [PATCH] ability to run 2D physics in a thread also, 2D physics is now thread safe too. see physics_2d/thread_model --- 2d/platformer/engine.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/2d/platformer/engine.cfg b/2d/platformer/engine.cfg index 50b6b862..5461cbdd 100644 --- a/2d/platformer/engine.cfg +++ b/2d/platformer/engine.cfg @@ -28,6 +28,7 @@ spawn=[key(F1), jbutton(0, 11)] [physics_2d] default_gravity=700 +thread_model=1 [rasterizer]