forked from Mirrorlandia_minetest/minetest
Drop IrrlichtDevice when running --speedtests
This commit is contained in:
@ -1462,6 +1462,7 @@ int main(int argc, char *argv[])
|
||||
{
|
||||
dstream<<"Running speed tests"<<std::endl;
|
||||
SpeedTests();
|
||||
device->drop();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user