disable the *other* mapgen debug spew
This commit is contained in:
parent
8260bf8b21
commit
a2e09e5237
@ -757,7 +757,7 @@ function dedup(items: number[]): number[] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function showDebug(grid: LoadedNewMap) {
|
function showDebug(grid: LoadedNewMap) {
|
||||||
if (true) {
|
if (DEBUG) {
|
||||||
let out = "";
|
let out = "";
|
||||||
for (let y = 0; y < grid.size.h; y++) {
|
for (let y = 0; y < grid.size.h; y++) {
|
||||||
for (let x = 0; x < grid.size.w; x++) {
|
for (let x = 0; x < grid.size.w; x++) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user