Drop IrrlichtDevice when running --speedtests

This commit is contained in:
Kahrl 2013-05-09 15:48:35 +02:00
parent f00cee75c1
commit 3332f606ed
1 changed files with 1 additions and 0 deletions

View File

@ -1462,6 +1462,7 @@ int main(int argc, char *argv[])
{
dstream<<"Running speed tests"<<std::endl;
SpeedTests();
device->drop();
return 0;
}