Skip to content

Commit

Permalink
Remove temp line from HelloWorld example
Browse files Browse the repository at this point in the history
  • Loading branch information
BeanCheeseBurrito committed Aug 13, 2024
1 parent fe62069 commit bb6b702
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Box2D.NET.Examples/CSharp/HelloWorld.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ public static unsafe class HelloWorld
{
public static void Main()
{
Console.WriteLine(B2.Normalize(default));
// Create a world
B2.WorldDef worldDef = B2.DefaultWorldDef();
worldDef.gravity = new B2.Vec2 { x = 0, y = -9.81f };
Expand Down

0 comments on commit bb6b702

Please sign in to comment.