e/physics: shutdown ephysics

SVN revision: 77787
This commit is contained in:
Bruno Dilly 2012-10-10 19:19:42 +00:00
parent 01edd96d74
commit e43fb4753d
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ e_modapi_shutdown(E_Module *m)
if (mod == _physics_mod) _physics_mod = NULL;
ephysics_shutdown();
return 1;
}