Added missing member initializations.

pull/2838/head
Marc-Antoine Lortie 2019-12-18 07:35:30 -05:00
parent 7c2cec2182
commit 02c2bfa2b8
1 changed files with 4 additions and 0 deletions

View File

@ -80,12 +80,16 @@ HL1MDLLoader::HL1MDLLoader(
buffer_(buffer),
file_path_(file_path),
import_settings_(import_settings),
header_(nullptr),
texture_header_(nullptr),
anim_headers_(nullptr),
texture_buffer_(nullptr),
anim_buffers_(nullptr),
num_sequence_groups_(0),
rootnode_children_(),
unique_name_generator_(),
unique_sequence_names_(),
unique_sequence_groups_names_(),
temp_bones_(),
num_blend_controllers_(0),
total_models_(0) {