Updated Box2D

This commit is contained in:
Simon Lübeß
2023-08-10 20:38:49 +02:00
parent aafcc41286
commit b28ca14e15
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ namespace GlitchyEngine.World
public void OnSimulationStart()
{
_physicsWorld2D = World.Create(ref _gravity2D);
_physicsWorld2D = World.Create(_gravity2D);
_contactListener = b2ContactListener();
_contactListener.beginContactCallback = (contact, userData) =>