Patch from Erwin Coumans: Abstract the physics engine.
Reenable ODE in the physics engine buttons.
This commit is contained in:
@@ -2498,8 +2498,9 @@ void logic_buts(void)
|
||||
uiBlockSetCol(block, TH_BUT_SETTING2);
|
||||
|
||||
if(wrld) {
|
||||
if (wrld->physicsEngine == 1) buttons_enji(block, ob);
|
||||
if ( (wrld->physicsEngine == 4) || (wrld->physicsEngine == 2) )
|
||||
if
|
||||
(wrld->physicsEngine == 1) buttons_enji(block, ob);
|
||||
else
|
||||
buttons_ketsji(block, ob);
|
||||
}
|
||||
else buttons_ketsji(block, ob);
|
||||
|
||||
Reference in New Issue
Block a user