Added missing bool at world init
This commit is contained in:
parent
1501a13b1e
commit
7df2fd8a96
|
@ -153,7 +153,7 @@ void export_world() {
|
|||
;
|
||||
|
||||
class_<cr::EpisodeSettings>("WorldSettings")
|
||||
.def(init<bool, bool, double, bool, double, int, float, bool, float, float>(
|
||||
.def(init<bool, bool, double, bool, double, int, float, bool, float, float, bool>(
|
||||
(arg("synchronous_mode")=false,
|
||||
arg("no_rendering_mode")=false,
|
||||
arg("fixed_delta_seconds")=0.0,
|
||||
|
|
Loading…
Reference in New Issue