GroundOverlay without Task.Run

This commit is contained in:
ClemensFischer 2025-09-01 18:21:41 +02:00
parent 7846f4f685
commit a3e7ab0404
3 changed files with 32 additions and 28 deletions

View file

@ -35,8 +35,8 @@ namespace MapControl
transformValues.Length == 16)
{
transform = new Matrix(transformValues[0], transformValues[1],
transformValues[4], transformValues[5],
transformValues[3], transformValues[7]);
transformValues[4], transformValues[5],
transformValues[3], transformValues[7]);
}
else
{