We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c3bd00 commit f3ce099Copy full SHA for f3ce099
Examples/ExampleTerrain/ExampleTerrain.cpp
@@ -58,7 +58,7 @@ class MyGame : public bbe::Game
58
{
59
sunLight.pos = bbe::Vector3(10000, 20000, 40000);
60
sunLight.lightColor = bbe::Color(1, 1, 0.9f);
61
- sunLight.lightStrengh = 0.9f;
+ sunLight.lightStrength = 0.9f;
62
sunLight.falloffMode = bbe::LightFalloffMode::LIGHT_FALLOFF_NONE;
63
64
terrain.setBaseTextureMult(bbe::Vector2(128, 128));
0 commit comments