mirror of
https://github.com/minetest/minetest.git
synced 2024-11-23 16:13:46 +01:00
Drop IrrlichtDevice when running --speedtests
This commit is contained in:
parent
f00cee75c1
commit
3332f606ed
@ -1462,6 +1462,7 @@ int main(int argc, char *argv[])
|
||||
{
|
||||
dstream<<"Running speed tests"<<std::endl;
|
||||
SpeedTests();
|
||||
device->drop();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user