diff --git a/src/scene/Interactive.cpp b/src/scene/Interactive.cpp index f4c7b6c948..a2e4947073 100644 --- a/src/scene/Interactive.cpp +++ b/src/scene/Interactive.cpp @@ -2315,7 +2315,7 @@ void ARX_INTERACTIVE_ActivatePhysics(EntityHandle t) { Entity * io = entities.get(t); if(io) { - if(io == g_draggedEntity || io->show != SHOW_FLAG_IN_SCENE) { + if(io == g_draggedEntity || io->show != SHOW_FLAG_IN_SCENE || !io->obj || !io->obj->pbox) { return; }