Skip to content

Commit ebf454e

Browse files
committed
Copilot is a jobber
1 parent cb2db82 commit ebf454e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

engine/Sandbox.Engine/Scene/Components/Game/ModelHitboxes.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ public void UpdatePositions()
169169
internal readonly List<Hitbox> Hitboxes = new();
170170

171171
/// <summary>
172-
/// Adds a hitbox to the models hitbox list
172+
/// Adds a hitbox to the model's hitbox list
173173
/// </summary>
174174
/// <param name="hitbox"></param>
175175
public void AddHitbox( Hitbox hitbox )
@@ -178,7 +178,7 @@ public void AddHitbox( Hitbox hitbox )
178178
}
179179

180180
/// <summary>
181-
/// Removes a hitbox from the models hitbox list.
181+
/// Removes a hitbox from the model's hitbox list.
182182
/// </summary>
183183
/// <param name="hitbox"></param>
184184
public void RemoveHitbox( Hitbox hitbox )

0 commit comments

Comments
 (0)