Code cleanup.

This commit is contained in:
2023-11-29 22:25:21 +08:00
parent d74db533dc
commit de1e9f9019
3 changed files with 6 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ namespace Cryville.Crtr {
static double renderStep = 0.05;
public static double actualRenderStep = 0;
static bool autoRenderStep = false;
public static float graphicalOffset = 0;
static float graphicalOffset = 0;
public static float soundOffset = 0;
static float startOffset = 0;
public static int areaJudgePrecision = 16;