Modify the default value and the range of force sync frames settings.
This commit is contained in:
@@ -46,10 +46,10 @@ namespace Cryville.Crtr {
|
||||
}
|
||||
|
||||
[Category("gameplay")]
|
||||
[Range(-1, 5)]
|
||||
[Range(-1, 30)]
|
||||
public int ForceSyncFrames {
|
||||
get {
|
||||
return PlayerPrefs.GetInt("ForceSyncFrames", 5);
|
||||
return PlayerPrefs.GetInt("ForceSyncFrames", 6);
|
||||
}
|
||||
set {
|
||||
PlayerPrefs.SetInt("ForceSyncFrames", value);
|
||||
|
Reference in New Issue
Block a user