Merge branch 'master' of https://github.com/DanielMacura/FlaxEngine into DanielMacura-master

This commit is contained in:
2026-08-04 13:17:29 +02:00
@@ -29,8 +29,8 @@ namespace FlaxEditor.CustomEditors.Dedicated
patchesCount,
patchesCount * 16,
chunkSize,
1.0f / (resolution.X + 1e-9f),
1.0f / (resolution.Z + 1e-9f),
Mathf.Abs(resolution.X),
Mathf.Abs(resolution.Z),
totalSize.X / Units.Meters2Units * 0.001f,
totalSize.Z / Units.Meters2Units * 0.001f
);