typo fix
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
------------ Tyra's v2.0 roadmap to publish on GitHub ------------
|
||||
- [General] Check all left TODOs -> Github issues
|
||||
- [General] Readme Credits: clipping, obj loader
|
||||
- [Video] How to setup environment
|
||||
- [Video] How to work with Tyra
|
||||
|
||||
@@ -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