From 410166ba808cabe4ce7992d365e47359fd5515a3 Mon Sep 17 00:00:00 2001 From: Thorbjoern Date: Thu, 3 Jul 2025 09:04:30 +0200 Subject: [PATCH] Removed unnessessary flush for base scene --- Assets/_Scripts/GhostSystem/GhostRecorderBatch.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {