From b71e75b60cfe84618b67a17ae668fa6282d94242 Mon Sep 17 00:00:00 2001 From: MattRoweEAIF <125647690+MattRoweEAIF@users.noreply.github.com> Date: Fri, 8 Mar 2024 12:41:47 +0100 Subject: [PATCH] corrected nullrhi typo (#7227) --- Docs/adv_multigpu.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/adv_multigpu.md b/Docs/adv_multigpu.md index 52b312ee9..c764075bb 100644 --- a/Docs/adv_multigpu.md +++ b/Docs/adv_multigpu.md @@ -16,11 +16,11 @@ The parameters we can use are: For example -**./CarlaUE4.sh --nullrhi** +**./CarlaUE4.sh -nullrhi** The primary server will use by default the port 2002 to listen for secondary servers. If you need to listen on another port, then you can change it with the flag -**./CarlaUE4.sh --nullrhi -carla-primary-port=3002** +**./CarlaUE4.sh -nullrhi -carla-primary-port=3002** ## Secondary servers