mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-11 09:50:06 +00:00
remove accidental 'return'
This commit is contained in:
parent
49aa535be9
commit
fddd6c5721
@ -275,7 +275,6 @@ public:
|
||||
|
||||
inline void updateDeactivation(btScalar timeStep)
|
||||
{
|
||||
return;
|
||||
if ( (getActivationState() == ISLAND_SLEEPING) || (getActivationState() == DISABLE_DEACTIVATION))
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user