Skip to content
Snippets Groups Projects
Commit 3fbd07d8 authored by Tazpn's avatar Tazpn
Browse files

niflib: New default values on bhkMoppBvTreeShape

parent 7a0c3cd4
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ using namespace Niflib;
//Definition of TYPE constant
const Type bhkMoppBvTreeShape::TYPE("bhkMoppBvTreeShape", &bhkBvTreeShape::TYPE );
bhkMoppBvTreeShape::bhkMoppBvTreeShape() : shape(NULL), unknownFloat(0.0f), moppDataSize((unsigned int)0), scale(0.0f) {
bhkMoppBvTreeShape::bhkMoppBvTreeShape() : shape(NULL), unknownFloat(1.0f), moppDataSize((unsigned int)0), scale(0.0f) {
//--BEGIN CONSTRUCTOR CUSTOM CODE--//
//--END CUSTOM CODE--//
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment