Fix autocomplete woops resize -> reserve

This commit is contained in:
Marek Roszko 2022-02-06 12:13:11 -05:00
parent b042e8cc41
commit e9f4f5ab2a

View File

@ -763,7 +763,6 @@ SCENEGRAPH* LoadModel( char const* filename )
data.scene = nullptr; data.scene = nullptr;
m_app->Close( data.m_doc ); m_app->Close( data.m_doc );
return scene; return scene;
} }