corrected nullrhi typo (#7227)

This commit is contained in:
MattRoweEAIF 2024-03-08 12:41:47 +01:00 committed by GitHub
parent e51f09fb02
commit b71e75b60c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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