Skip to content

Commit

Permalink
Fix typo in Camera doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
feelamee authored and pixelflinger committed Dec 5, 2024
1 parent b48a155 commit 4ea3f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filament/include/filament/Camera.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ namespace filament {
* filament::Camera* myCamera = engine->createCamera(myCameraEntity);
* myCamera->setProjection(45, 16.0/9.0, 0.1, 1.0);
* myCamera->lookAt({0, 1.60, 1}, {0, 0, 0});
* engine->destroyCameraComponent(myCamera);
* engine->destroyCameraComponent(myCameraEntity);
* ~~~~~~~~~~~
*
*
Expand Down

0 comments on commit 4ea3f74

Please sign in to comment.