change stopwatch threshold to 50ms
This commit is contained in:
@@ -280,7 +280,7 @@ public class PlantPositionRegistryModSystem2 : ModSystem, IPlantPositionRegistry
|
||||
}
|
||||
}
|
||||
|
||||
stopwatch.StopAndLogTime(this, 0.01);
|
||||
stopwatch.StopAndLogTime(this, 0.05);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user