fix: server platform build issues

This commit is contained in:
2025-10-28 08:50:36 +03:00
parent cd65d47d26
commit 730b21467e
7 changed files with 26 additions and 10 deletions

View File

@@ -38,6 +38,7 @@ client.BehaviourController.AddBehaviour<NetworkManager>();
universe.OnPreUpdate.AddOneTimeListener((_, _) => client.Connect("localhost", 8888));
*/
MyUniverse.Shared.UniverseSource.ApplyClient(universe);
MyUniverse.Shared.UniverseSource.ApplyUniverse(universe);
monoGameWindow.Graphics.GraphicsProfile = GraphicsProfile.HiDef;