Skip to content

Commit ce52b17

Browse files
committed
Fixes bad generated code that breaks the build
Physics is wired differently, this appears to have no functional effect
1 parent 3c195ee commit ce52b17

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

engine/src/main/java/org/terasology/engine/physics/bullet/BulletPhysics.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@
8383
/**
8484
* Physics engine implementation using TeraBullet (a customised version of JBullet).
8585
*/
86-
@RegisterSystem
8786
public class BulletPhysics implements PhysicsEngine, Physics {
8887
public static final int AABB_SIZE = Integer.MAX_VALUE;
8988

0 commit comments

Comments
 (0)