Target, source arg order for make* transform functions

This commit is contained in:
Tim Schaub
2018-11-17 16:28:10 +01:00
parent c169fec4a8
commit 5d528dca3b
7 changed files with 9 additions and 10 deletions

View File

@@ -66,7 +66,7 @@ class MapRenderer extends Disposable {
-viewState.rotation,
-viewState.center[0], -viewState.center[1]);
makeInverse(coordinateToPixelTransform, pixelToCoordinateTransform);
makeInverse(pixelToCoordinateTransform, coordinateToPixelTransform);
}
/**