Fixed typos

This commit is contained in:
Sascha Willems 2020-08-08 13:59:58 +02:00
parent e1ec3b6c78
commit 3abe588157
22 changed files with 32 additions and 32 deletions

View file

@ -59,7 +59,7 @@ public:
float zFar = 64.0f;
float lightFOV = 100.0f;
// Depth bias (and slope) are used to avoid shadowing artefacts
// Depth bias (and slope) are used to avoid shadowing artifacts
float depthBiasConstant = 1.25f;
float depthBiasSlope = 1.75f;