Removed unnessessary flush for base scene
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user