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;
if (SceneId == "Base")
{
_flushTimer = 0f;
_ = FlushBatchAsync(); // Fire and forget
//_flushTimer = 0f;
//_ = FlushBatchAsync(); // Fire and forget
}
else
{