Skip to content

Commit

Permalink
GLTFNode now sets camera pointer to NULL (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
ziriax authored and lasalvavida committed Aug 23, 2018
1 parent 6ddbb7e commit 34f55fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GLTF/include/GLTFNode.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ namespace GLTF {
TransformMatrix* getTransformMatrix();
};

GLTF::Camera* camera;
GLTF::Camera* camera = NULL;
std::vector<GLTF::Node*> children;
GLTF::Skin* skin = NULL;
std::string jointName;
Expand Down

0 comments on commit 34f55fe

Please sign in to comment.