You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Update to bullet master (2.90)
This commit is contained in:
@@ -171,6 +171,8 @@ void btSimulationIslandManagerMt::initIslandPools()
|
||||
|
||||
btSimulationIslandManagerMt::Island* btSimulationIslandManagerMt::getIsland(int id)
|
||||
{
|
||||
btAssert(id >= 0);
|
||||
btAssert(id < m_lookupIslandFromId.size());
|
||||
Island* island = m_lookupIslandFromId[id];
|
||||
if (island == NULL)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user