soiz1 commited on
Commit
405b74e
·
1 Parent(s): 4d98007

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -700,7 +700,7 @@
700
  let loadingCount = 0;
701
  let totalToLoad = 6; // 動画 + 5音声ファイル
702
  let lastUpdateTime = 0;
703
- const updateInterval = 50; // 50msごとに更新 (20fps)
704
 
705
  // ローディング完了チェック
706
  function checkLoadingComplete() {
 
700
  let loadingCount = 0;
701
  let totalToLoad = 6; // 動画 + 5音声ファイル
702
  let lastUpdateTime = 0;
703
+ const updateInterval = 1; // 50msごとに更新 (20fps)
704
 
705
  // ローディング完了チェック
706
  function checkLoadingComplete() {