Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
Half the near plane distance
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver-makes-code committed Nov 18, 2023
1 parent f9028bd commit b3fdd71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/Rendering/Camera.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class Camera {
/// <summary>
/// Near clip plane of camera.
/// </summary>
public float nearClip = 0.1f;
public float nearClip = 0.05f;

/// <summary>
/// Far clip plane of camera.
Expand Down

0 comments on commit b3fdd71

Please sign in to comment.