This commit is contained in:
LadyEbony 2020-08-22 01:35:22 -07:00
parent ea93620755
commit 9ce29be2af
1 changed files with 2 additions and 2 deletions

View File

@ -643,8 +643,7 @@ public class GameBoard : EntityBase, IAutoSerialize, IAutoDeserialize {
render.RebuildStack(board);
GameLogic();
render.RebuildStack(board);
if (Time.time >= nextNetworkTick && NetworkManager.inRoom){
UpdateNow();
nextNetworkTick = Time.time + networkTick;
@ -652,6 +651,7 @@ public class GameBoard : EntityBase, IAutoSerialize, IAutoDeserialize {
}
render.RebuildStack(board);
render.Render(board);
// HACK So uh, there's an issue with air tiles taking two renders to be removed right, so uh, two renders it is. - Texel
// Seriously I can't believe this works this is dirty