From 155b1c38ade5b62872b4a60a1f27bb2e858a122e Mon Sep 17 00:00:00 2001 From: rdb Date: Sun, 3 Mar 2019 21:14:18 +0100 Subject: [PATCH] bullet: properly expose bullet_contact_added_callback symbol Fixes #571 (alongside 92993fe8891257aed9d12967bd0fff0af03adfc4) --- panda/src/bullet/bulletWorld.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/bullet/bulletWorld.h b/panda/src/bullet/bulletWorld.h index 9c709c1e91..67607923dd 100644 --- a/panda/src/bullet/bulletWorld.h +++ b/panda/src/bullet/bulletWorld.h @@ -43,7 +43,7 @@ class BulletPersistentManifold; class BulletShape; class BulletSoftBodyWorldInfo; -extern PT(CallbackObject) bullet_contact_added_callback; +extern EXPCL_PANDABULLET PT(CallbackObject) bullet_contact_added_callback; /** *