This commit is contained in:
2025-07-05 00:47:41 +00:00
parent 4416680c47
commit 083abb53d4
3 changed files with 4 additions and 2 deletions

View File

@ -8,7 +8,6 @@ class BitfielderApp {
private isAnimating: boolean = false;
private uiVisible: boolean = true;
private performanceWarning: HTMLElement;
private libraryOpen: boolean = false;
constructor() {
this.canvas = document.getElementById('canvas') as HTMLCanvasElement;