Skip to content

Commit f3ce099

Browse files
committed
Fixed Compile Break.
1 parent 7c3bd00 commit f3ce099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/ExampleTerrain/ExampleTerrain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class MyGame : public bbe::Game
5858
{
5959
sunLight.pos = bbe::Vector3(10000, 20000, 40000);
6060
sunLight.lightColor = bbe::Color(1, 1, 0.9f);
61-
sunLight.lightStrengh = 0.9f;
61+
sunLight.lightStrength = 0.9f;
6262
sunLight.falloffMode = bbe::LightFalloffMode::LIGHT_FALLOFF_NONE;
6363

6464
terrain.setBaseTextureMult(bbe::Vector2(128, 128));

0 commit comments

Comments
 (0)