Misc fixes

This commit is contained in:
tomrus88 2008-11-23 16:18:14 +03:00
parent 13c5aea028
commit 5fae2418ab
16 changed files with 176 additions and 120 deletions

View file

@ -39,10 +39,10 @@ bool Model::open()
else
{
//printf("not included %s\n", filename.c_str());
f.close();
return false;
}
return true;
}