Fix autocomplete woops resize -> reserve

This commit is contained in:
Marek Roszko 2022-02-06 12:13:11 -05:00
parent b042e8cc41
commit e9f4f5ab2a
1 changed files with 0 additions and 1 deletions

View File

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