Skip to content

Commit

Permalink
Merge pull request #299 from carboncopies/295-fix-default-editor-fov
Browse files Browse the repository at this point in the history
Update Default FOV
datacrystals authored Aug 14, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 473b4aa + 716120d commit a59e5f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -40,6 +40,6 @@ struct ERS_STRUCT_RendererSettings {
unsigned long long CurrentRAMUsage_ = 0;


float FOV_ = 90.0f;
float FOV_ = 70.0f;

};

0 comments on commit a59e5f2

Please sign in to comment.