Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

Commit

Permalink
Tweak default editor viewport near plane to 8
Browse files Browse the repository at this point in the history
mafiesto4 committed Dec 3, 2018
1 parent 6eb7fa6 commit 80e37ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FlaxEditor/Viewport/EditorViewport.cs
Original file line number Diff line number Diff line change
@@ -172,7 +172,7 @@ public void Clear()
private float _yaw;
private float _pitch;
private float _fieldOfView = 60.0f;
private float _nearPlane = 10.0f;
private float _nearPlane = 8.0f;
private float _farPlane = 10000.0f;

/// <summary>

0 comments on commit 80e37ff

Please sign in to comment.