Skip to content

Commit f1db428

Browse files
committed
👽 Code refactoring.
1 parent fc776aa commit f1db428

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/window/Box2D.Window/Constants.cs renamed to examples/window/Box2D.Window/WindowSettings.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
/*
1+
/*
22
Window Simulation Copyright © Ben Ukhanov 2020
33
*/
44

55
namespace Box2D.Window
66
{
7-
public static class Constants
7+
public static class WindowSettings
88
{
99
public const float MinimumCameraZoom = 0.001f;
1010
public const float MouseMoveSpeed = 0.001f;

0 commit comments

Comments
 (0)