Fixed member initialization order.

anim_headers_ is declared before animbuffers_ in HL1MDLLoader.h.
pull/2838/head
Marc-Antoine Lortie 2019-12-18 07:28:52 -05:00
parent 69902c99c8
commit 7c2cec2182
1 changed files with 1 additions and 1 deletions

View File

@ -80,9 +80,9 @@ HL1MDLLoader::HL1MDLLoader(
buffer_(buffer),
file_path_(file_path),
import_settings_(import_settings),
anim_headers_(nullptr),
texture_buffer_(nullptr),
anim_buffers_(nullptr),
anim_headers_(nullptr),
num_sequence_groups_(0),
rootnode_children_(),
unique_name_generator_(),