обновление от 2025-10-05 для ветки 19SEP

This commit is contained in:
2025-10-05 18:05:29 +03:00
parent c189eed962
commit d11cf0ecb7
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ function Game({ avatarUrl, gender }) {
const interiorDebugEnabledRef = useRef(false);
const interiorDebugHelpersRef = useRef([]);
const cleanupTimerRef = useRef(null);
// Глобальный менеджер прогресса загрузки (используем в GLTFLoader)
// Глобальный менеджер прогресса загрузки (используем в GLTFLoader))
const loadingManagerRef = useRef(null);
const overlayTimeoutRef = useRef(null);
// Кликабельные объекты внутри интерьера