Sfoglia il codice sorgente

去除多余的update (#216)

季杨吉 4 anni fa
parent
commit
f2655ed37d
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      Server/App/Program.cs

+ 0 - 1
Server/App/Program.cs

@@ -41,7 +41,6 @@ namespace ET
 					try
 					{
 						Thread.Sleep(1);
-						ThreadSynchronizationContext.Instance.Update();
 						Game.Update();
 						Game.LateUpdate();
 						Game.FrameFinish();