Remove unused player animation hooks and update tests

This commit is contained in:
2026-04-11 19:15:43 +02:00
parent 2fae015855
commit a6aa3a9a18
2 changed files with 1 additions and 5 deletions

View File

@@ -343,6 +343,7 @@ describe("FirstPersonNavigationController", () => {
const controller = new FirstPersonNavigationController();
controller.activate(context);
controller.update(0.1);
window.dispatchEvent(new KeyboardEvent("keydown", { code: "Space" }));
controller.update(0.1);