Adding back accidentally removed DefaultEngine.ini settings
This commit is contained in:
parent
b8295b4e03
commit
bb53973e0d
|
@ -87,3 +87,13 @@ PhysXTreeRebuildRate=10
|
|||
DefaultBroadphaseSettings=(bUseMBPOnClient=False,bUseMBPOnServer=False,MBPBounds=(Min=(X=0.000000,Y=0.000000,Z=0.000000),Max=(X=0.000000,Y=0.000000,Z=0.000000),IsValid=0),MBPNumSubdivs=2)
|
||||
|
||||
|
||||
[/Script/LinuxTargetPlatform.LinuxTargetSettings]
|
||||
SpatializationPlugin=
|
||||
ReverbPlugin=
|
||||
OcclusionPlugin=
|
||||
-TargetedRHIs=SF_VULKAN_SM5
|
||||
-TargetedRHIs=GLSL_430
|
||||
+TargetedRHIs=SF_VULKAN_SM5
|
||||
+TargetedRHIs=GLSL_430
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue