jskorepa / fbx

C++ Library for reading and writing FBX files
MIT License
291 stars 50 forks source link

Incorrect vector initializer #3

Open huxingyi opened 6 years ago

huxingyi commented 6 years ago

Hi, very neat library! I am planning to use it in my modeling tool for fbx export. I found a minor issue of values initializer, for example, here: https://github.com/jskorepa/fbx/blob/23d475a23dc2cad6ec46962c069d6c47824ff51f/src/fbxproperty.cpp#L176 values is been initialized with a size, this will double the size of the vector. These values initializers should be removed.