Skip to content

Commit 0137c39

Browse files
authored
Merge pull request #29 from kofi-0xdeadbeef/error-in-docs
Update usage/use_the_lib.rst to fix a typo
2 parents f48396a + 3ba41ca commit 0137c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/usage/use_the_lib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ following pseudocode:
424424

425425
//If node has meshes, create a new scene object for it
426426
if( node.mNumMeshes > 0) {
427-
SceneObjekt newObject = new SceneObject;
427+
SceneObject newObject = new SceneObject;
428428
targetParent.addChild( newObject);
429429
// copy the meshes
430430
CopyMeshes( node, newObject);

0 commit comments

Comments
 (0)