From 3ba41cae760ccadc91aa3cce1eb03456f7e4aef4 Mon Sep 17 00:00:00 2001 From: ckacquah <49785034+ckacquah@users.noreply.github.com> Date: Mon, 25 Mar 2024 07:22:01 +0000 Subject: [PATCH] Update usage/use_the_lib.rst to fix a typo --- source/usage/use_the_lib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/usage/use_the_lib.rst b/source/usage/use_the_lib.rst index 950260c..69f6bb7 100644 --- a/source/usage/use_the_lib.rst +++ b/source/usage/use_the_lib.rst @@ -424,7 +424,7 @@ following pseudocode: //If node has meshes, create a new scene object for it if( node.mNumMeshes > 0) { - SceneObjekt newObject = new SceneObject; + SceneObject newObject = new SceneObject; targetParent.addChild( newObject); // copy the meshes CopyMeshes( node, newObject);