This commit is contained in:
h4570
2022-08-24 20:49:56 +02:00
parent 0fd2478049
commit ac335baa75
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ class RendererSettings {
interlacedHeightF(height / 2),
near(0.1F),
far(8192.0F),
projectionScale(8192.0F),
projectionScale(4096.0F),
aspectRatio(width / height),
interlacedHeightUI(static_cast<unsigned int>(interlacedHeightF)) {}
~RendererSettings();