diff --git a/Assets/_Scripts/GhostSystem/GhostRecorderBatch.cs b/Assets/_Scripts/GhostSystem/GhostRecorderBatch.cs index 0f0e5f0..7d7ea23 100644 --- a/Assets/_Scripts/GhostSystem/GhostRecorderBatch.cs +++ b/Assets/_Scripts/GhostSystem/GhostRecorderBatch.cs @@ -69,8 +69,8 @@ namespace GhostSystem sceneIdReady = true; if (SceneId == "Base") { - _flushTimer = 0f; - _ = FlushBatchAsync(); // Fire and forget + //_flushTimer = 0f; + //_ = FlushBatchAsync(); // Fire and forget } else {