diff --git a/js/term/debug.js b/js/term/debug.js index 61c65c8..294da29 100644 --- a/js/term/debug.js +++ b/js/term/debug.js @@ -58,7 +58,7 @@ module.exports = function attachDebugger (screen, connection) { }, drawEnd () { endTime = Date.now() - drawInfo.textContent = `Draw: ${lastReason} (${(endTime - startTime)} ms), fancy_gfx=${screen.window.graphics}` + drawInfo.textContent = `Draw: ${lastReason} (${(endTime - startTime)} ms), fancy gfx=${screen.layout.renderer.graphics}` startDrawing() }, setCell (cell, flags) {