mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
fix: drawCoastline - remove redundant off-canvas points
This commit is contained in:
parent
ffea4d15cb
commit
cc3c06f595
3 changed files with 8 additions and 22 deletions
|
|
@ -45,7 +45,7 @@ export default defineConfig(({mode}) => {
|
|||
createHtmlPlugin({
|
||||
inject: {
|
||||
data: {
|
||||
APP_VERSION: APP_VERSION?.replace(/"/g, "")
|
||||
APP_VERSION: APP_VERSION.replace(/"/g, "")
|
||||
}
|
||||
}
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue