remove unused function

This commit is contained in:
chfhtw
2026-04-17 10:19:27 +02:00
parent aac26f6720
commit 4e88765a83
-3
View File
@@ -275,9 +275,6 @@ class GridLogic {
frame.push(i + item.x + (j + item.y) * this.w);
return frame;
}
getSingleFramePosition(frame){
return { x: frame % this.w, y: Math.floor(frame / this.w)};
}
debug() {
return this.grid;
}