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

@@ -50,6 +50,7 @@ namespace MyUniverse.Platforms.Android
universe.OnPreUpdate.AddOneTimeListener((_, _) => client.Connect("localhost", 8888));
*/
Shared.UniverseSource.ApplyClient(universe);
Shared.UniverseSource.ApplyUniverse(universe);
_game = new MonoGameWindow(universe);