Canvas: Fix RenderSymbol call

This commit is contained in:
Eric NGUYEN 2023-02-23 12:21:23 +01:00
parent cfbedd3e59
commit 79e5f84501

View file

@ -73,7 +73,7 @@ export function RenderSymbols(
): void {
let count = 0;
symbols.forEach((symbol: ISymbolModel) => {
RenderSymbol(ctx, symbol, scale);
RenderSymbol(ctx, symbol);
if (!symbol.showDimension) {
return;