Skip to content

Commit

Permalink
build: finish move of BepuPhysics2 to seperate branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sinnwrig committed Oct 10, 2024
1 parent 0897d7b commit 5134f21
Show file tree
Hide file tree
Showing 65 changed files with 0 additions and 7,193 deletions.
1 change: 0 additions & 1 deletion Prowl.Editor/Editor/ProjectSettingsWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ public ProjectSettingsWindow(Type settingToOpen) : base(settingToOpen, "Project

public override void RenderSideView()
{
RenderSideViewElement(PhysicsSetting.Instance);
RenderSideViewElement(BuildProjectSettings.Instance);
}
}
Expand Down
2 changes: 0 additions & 2 deletions Prowl.Editor/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ private static int Run(CliOpenOptions options)
// Editor-specific update code
if (Project.HasProject)
{
Physics.Initialize();

if (!s_createdDefaultWindows)
{
s_createdDefaultWindows = true;
Expand Down
1 change: 0 additions & 1 deletion Prowl.Runtime/Application.cs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ static void AppClose()
IsRunning = false;
Quitting?.Invoke();
Graphics.Dispose();
Physics.Dispose();
AudioSystem.Dispose();
AssemblyManager.Dispose();
Debug.Log("Is terminating...");
Expand Down
79 changes: 0 additions & 79 deletions Prowl.Runtime/Components/Physics/CharacterController.cs

This file was deleted.

42 changes: 0 additions & 42 deletions Prowl.Runtime/Components/Physics/Colliders/BoxCollider.cs

This file was deleted.

60 changes: 0 additions & 60 deletions Prowl.Runtime/Components/Physics/Colliders/CapsuleCollider.cs

This file was deleted.

48 changes: 0 additions & 48 deletions Prowl.Runtime/Components/Physics/Colliders/Collider.cs

This file was deleted.

60 changes: 0 additions & 60 deletions Prowl.Runtime/Components/Physics/Colliders/CylinderCollider.cs

This file was deleted.

44 changes: 0 additions & 44 deletions Prowl.Runtime/Components/Physics/Colliders/SphereCollider.cs

This file was deleted.

Loading

0 comments on commit 5134f21

Please sign in to comment.