Removed unnessessary flush for base scene

This commit is contained in:
Thorbjoern
2025-07-03 09:04:30 +02:00
parent ca7d0c06f4
commit 410166ba80
@@ -69,8 +69,8 @@ namespace GhostSystem
sceneIdReady = true; sceneIdReady = true;
if (SceneId == "Base") if (SceneId == "Base")
{ {
_flushTimer = 0f; //_flushTimer = 0f;
_ = FlushBatchAsync(); // Fire and forget //_ = FlushBatchAsync(); // Fire and forget
} }
else else
{ {