corrected nullrhi typo (#7227)
This commit is contained in:
parent
e51f09fb02
commit
b71e75b60c
|
@ -16,11 +16,11 @@ The parameters we can use are:
|
||||||
|
|
||||||
For example
|
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
|
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
|
## Secondary servers
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue