this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #2132 from Madadog/Madadog-patch-1

Remove defaults for sx/sy in WASM map() function

authored by

Vadim Grigoruk and committed by
GitHub
6953acae 279fe601

-2
-2
src/api/wasm.c
··· 685 685 if (y == -1) { y = 0; } 686 686 if (w == -1) { w = 30; } 687 687 if (h == -1) { h = 17; } 688 - if (sx == -1) { sx = 0; } 689 - if (sy == -1) { sy = 0; } 690 688 if (scale == -1) { scale = 1; } 691 689 692 690 tic_mem* tic = (tic_mem*)getWasmCore(runtime);