forked from Mirrorlandia_minetest/minetest
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;
|
dstream<<"Running speed tests"<<std::endl;
|
||||||
SpeedTests();
|
SpeedTests();
|
||||||
|
device->drop();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user