This commit is contained in:
sallbet 2023-03-13 03:51:18 +03:00
parent e4e76770f3
commit 2afac4d725
Signed by: sallbet
GPG Key ID: 3C8A1BC17088B308

View File

@ -1,5 +1,5 @@
/*
* basic functions for creating zommed tiles
* basic functions for creating zoomed tiles
* Used by tilewriter worker thread, so dont import too much.
*
* */
@ -492,7 +492,7 @@ async function createEmptyTile(
/*
* created 4096x4096 texture of default canvas
* @param canvasId numberical Id of canvas
* @param canvasId numerical Id of canvas
* @param canvas canvas data
* @param canvasTileFolder root folder where to save texture
*