Update index.html
Browse files- 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 =
|
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() {
|