Private
Public Access
1
0

change stopwatch threshold to 50ms

This commit is contained in:
2026-03-30 00:30:24 +02:00
parent b8e8533699
commit 40f7b148ac
4 changed files with 7 additions and 7 deletions

View File

@@ -280,7 +280,7 @@ public class PlantPositionRegistryModSystem2 : ModSystem, IPlantPositionRegistry
}
}
stopwatch.StopAndLogTime(this, 0.01);
stopwatch.StopAndLogTime(this, 0.05);
}
/// <summary>