Fix glHint parameter, type size and add more null checks (#130)

This commit is contained in:
Herman Semenov
2022-09-02 09:40:02 +03:00
committed by GitHub
parent f0766c845f
commit d733e03430
7 changed files with 9 additions and 11 deletions

View File

@ -26,7 +26,7 @@ namespace scene
//! Constructor
CB3DMeshFileLoader::CB3DMeshFileLoader(scene::ISceneManager* smgr)
: AnimatedMesh(0), B3DFile(0), NormalsInFile(false),
: AnimatedMesh(0), B3DFile(0), VerticesStart(0), NormalsInFile(false),
HasVertexColors(false), ShowWarning(true)
{
#ifdef _DEBUG