Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Dec 24, 2021
1 parent dc4e4c1 commit 00d56a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/custom_shaders_uniforms/Main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ void buildScene(ScenePtr _scene, const std::string &_engineName)
light0->SetSpecularColor(0.5, 0.5, 0.5);
root->AddChild(light0);

t std::string vertexShaderFile;
std::string vertexShaderFile;
std::string fragmentShaderFile;
if (_engineName == "ogre2")
{
Expand Down

0 comments on commit 00d56a1

Please sign in to comment.