increased sim speed

This commit is contained in:
2026-05-12 00:19:00 +02:00
parent adf1475fc0
commit 672f055a80

View File

@@ -1355,7 +1355,7 @@ public sealed partial class MainWindow
private const double c_MaxZoom = 4; private const double c_MaxZoom = 4;
private const double c_ZoomStep = 1.15; private const double c_ZoomStep = 1.15;
private const double c_ClickPixelThreshold = 10; private const double c_ClickPixelThreshold = 10;
private const int c_SimulationStepsPerSecond = 2; private const int c_SimulationStepsPerSecond = 10;
private const int c_TilemapTileSize = 512; private const int c_TilemapTileSize = 512;
private const int c_TopLeftCorner = 1; private const int c_TopLeftCorner = 1;
private const int c_TopRightCorner = 2; private const int c_TopRightCorner = 2;