1
0
Fork 0

Load models before counting them.

This commit is contained in:
david 2002-07-26 19:04:40 +00:00
parent 94b6d4fed5
commit c33c58476e

View file

@ -144,6 +144,7 @@ FGNewMat::Object::~Object ()
int int
FGNewMat::Object::get_model_count () const FGNewMat::Object::get_model_count () const
{ {
load_models();
return _models.size(); return _models.size();
} }