Skip to content

Commit

Permalink
typo
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 00d56a1 commit 9eb3421
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 @@ -175,7 +175,7 @@ int main(int _argc, char** _argv)
{
// \todo(anyone) uncomment once metal shaders are available
// params["metal"] = "1";
ignerr << "Metal shaders are not implemented yet. Using GSLS" << std::endl;
ignerr << "Metal shaders are not implemented yet. Using GLSL" << std::endl;
}

CameraPtr camera = createCamera(engineName, params);
Expand Down

0 comments on commit 9eb3421

Please sign in to comment.