ソフトロックを無理にした

This commit is contained in:
2025-11-26 01:40:35 +09:00
parent 755b579d01
commit c154d6cca6
7 changed files with 102 additions and 11 deletions

View File

@@ -60,7 +60,7 @@ int main(void) {
if (!r.gameover) {
r.update(r, p, bl, br);
}
r.input(p);
r.input(r, p, bl, br);
r.render(p, bl, br);
}