remove temp atlas fix

This commit is contained in:
Jörg Breitbart
2021-11-10 23:00:36 +01:00
parent 84325627aa
commit 0c20589a7f
+1 -1
View File
@@ -16,7 +16,7 @@ export function generateConfig(scaledCharWidth: number, scaledCharHeight: number
cursor: undefined,
cursorAccent: undefined,
selection: undefined,
ansi: [...colors.ansi]
ansi: colors.ansi
};
return {
devicePixelRatio: window.devicePixelRatio,