Skip to content

Commit

Permalink
fix: remove Physics reference from DesktopPlayer
Browse files Browse the repository at this point in the history
  • Loading branch information
sinnwrig committed Oct 10, 2024
1 parent b3e7f77 commit e158ded
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Prowl.Players/Prowl.Desktop/DesktopPlayer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ public static int Main()

Application.Initialize += () =>
{
Physics.Initialize();

FileInfo StartingScene = new FileInfo(Path.Combine(Data.FullName, "scene_0.prowl"));

Debug.Log($"Starting Scene: {StartingScene.FullName}");
Expand Down

0 comments on commit e158ded

Please sign in to comment.