Another item to troubleshooting
This commit is contained in:
parent
fd165601ed
commit
817e70ad1c
|
@ -17,3 +17,12 @@ UseNetworking=false
|
|||
UE4 Editor goes to a low performance mode when out of focus. It can be disabled
|
||||
in the editor preferences. Go to "Edit->Editor Preferences->Performance" and
|
||||
disable the "Use Less CPU When in Background" option.
|
||||
|
||||
#### Fatal error: file '/usr/include/linux/version.h' has been modified since the precompiled header
|
||||
|
||||
This happens from time to time due to Linux updates. It is possible to force a
|
||||
rebuild of all the project files with
|
||||
|
||||
$ cd Unreal/CarlaUE4/
|
||||
$ make CarlaUE4Editor ARGS=-clean
|
||||
$ make CarlaUE4Editor
|
||||
|
|
Loading…
Reference in New Issue