| # | Line 76 | Line 76 | void initialize_res_list(){ | |
|---|---|---|
| 76 | add_res_element( "component", COMPONENT ); | |
| 77 | add_res_element( "zConstraint", ZCONSTRAINT ); | |
| 78 | add_res_element( "orientation", ORIENTATION ); | |
| 79 | + | add_res_element( "rigidBody", RIGIDBODY ); |
| 80 | ||
| 81 | is_initialized = 1; // set the initialization boolean to true | |
| 82 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |