Code cleanup.

This commit is contained in:
2023-02-21 22:47:42 +08:00
parent 1da8647ff1
commit 3ecf3b4bfc

View File

@@ -62,8 +62,7 @@ namespace Cryville.Crtr {
} }
[Category("gameplay")] [Category("gameplay")]
[Step(0.01f)] [Step(0.01f)][Precision(1e-3)]
[Precision(1e-3)]
public float GraphicalOffset { public float GraphicalOffset {
get { get {
return PlayerPrefs.GetFloat("GraphicalOffset", 0); return PlayerPrefs.GetFloat("GraphicalOffset", 0);