typo fix
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user