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")]
|
[Category("gameplay")]
|
||||||
[Range(-1, 5)]
|
[Range(-1, 30)]
|
||||||
public int ForceSyncFrames {
|
public int ForceSyncFrames {
|
||||||
get {
|
get {
|
||||||
return PlayerPrefs.GetInt("ForceSyncFrames", 5);
|
return PlayerPrefs.GetInt("ForceSyncFrames", 6);
|
||||||
}
|
}
|
||||||
set {
|
set {
|
||||||
PlayerPrefs.SetInt("ForceSyncFrames", value);
|
PlayerPrefs.SetInt("ForceSyncFrames", value);
|
||||||
|
|||||||
Reference in New Issue
Block a user