mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-06-08 08:13:55 +00:00
LuaDemo compile fix.
This commit is contained in:
@@ -208,7 +208,7 @@ static int gLoadMultiBodyFromUrdf(lua_State* L)
|
||||
}
|
||||
const char* fileName = lua_tostring(L, 2);
|
||||
#if 1
|
||||
BulletURDFImporter u2b(sLuaDemo->m_guiHelper);
|
||||
BulletURDFImporter u2b(sLuaDemo->m_guiHelper, 0);
|
||||
bool loadOk = u2b.loadURDF(fileName);
|
||||
if (loadOk)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user