append new render mode

This commit is contained in:
Даниил Грабарь
2026-04-08 06:37:57 +03:00
parent e182f5b7bd
commit 9fae773856
@@ -27,7 +27,7 @@ def _spawn_setup(context, *args, **kwargs):
) )
), ),
launch_arguments={ launch_arguments={
"gz_args": f"-r {world}", "gz_args": f"-r {world} --render-engine ogre",
"on_exit_shutdown": "true", "on_exit_shutdown": "true",
}.items(), }.items(),
) )