dotnet6 compat and 1.4 fixes
This commit is contained in:
@@ -278,7 +278,7 @@ namespace Game
|
||||
|
||||
Graphics.PostProcessSettings = postProcessSettings;
|
||||
|
||||
Graphics.EnableGlobalSDF = boolValue;
|
||||
//Graphics.EnableGlobalSDF = boolValue;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -306,7 +306,7 @@ namespace Game
|
||||
}
|
||||
}
|
||||
|
||||
[ConsoleVariable("r_gi_spacing")]
|
||||
/*[ConsoleVariable("r_gi_spacing")]
|
||||
public static string GlobalIlluminationProbeSpacing
|
||||
{
|
||||
get
|
||||
@@ -322,7 +322,7 @@ namespace Game
|
||||
Graphics.GIProbesSpacing = valueFloat;
|
||||
}
|
||||
}
|
||||
}
|
||||
}*/
|
||||
|
||||
[ConsoleVariable("r_gi_time")]
|
||||
public static string GlobalIlluminationTime
|
||||
|
||||
Reference in New Issue
Block a user