Skip to content

Commit

Permalink
Drop IrrlichtDevice when running --speedtests
Browse files Browse the repository at this point in the history
  • Loading branch information
kahrl committed May 9, 2013
1 parent f00cee7 commit 3332f60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.cpp
Expand Up @@ -1462,6 +1462,7 @@ int main(int argc, char *argv[])
{
dstream<<"Running speed tests"<<std::endl;
SpeedTests();
device->drop();
return 0;
}

Expand Down

0 comments on commit 3332f60

Please sign in to comment.