Added more ticking functions
This commit is contained in:
@@ -33,7 +33,10 @@ public abstract partial class UWorld : FNetworkNotify, IAsyncDisposable
|
||||
if (NetDriver != null)
|
||||
{
|
||||
NetDriver.TickDispatch(deltaTime);
|
||||
NetDriver.ConnectionlessHandler?.Tick(deltaTime);
|
||||
NetDriver.PostTickDispatch();
|
||||
|
||||
NetDriver.TickFlush(deltaTime);
|
||||
NetDriver.PostTickFlush();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user