refactor store

This commit is contained in:
pa
2026-03-10 13:55:03 +09:00
parent 2fffadfbcf
commit d7220baaf6
47 changed files with 1993 additions and 1750 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ export const useVrStore = defineStore('Vr', () => {
newState.overlayHand
);
if (!newState.active) {
gameStore.updateIsHmdAfk(false);
gameStore.setIsHmdAfk(false);
}
if (LINUX) {