Skip to content
Snippets Groups Projects
Commit 0a563ca7 authored by mcmlxxix's avatar mcmlxxix
Browse files

fix typo caused by art being a hooligan

parent a2687d86
No related branches found
No related tags found
No related merge requests found
...@@ -299,7 +299,7 @@ function Map(width,height) { ...@@ -299,7 +299,7 @@ function Map(width,height) {
if(base == undefined) if(base == undefined)
base = settings.base; base = settings.base;
if(peak == undefined) if(peak == undefined)
peak = settings.base; peak = settings.peak;
/* iterate map again and adjust values to fit scale */ /* iterate map again and adjust values to fit scale */
if(this.range == 0) if(this.range == 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment