mirror of
https://github.com/minetest/minetest.git
synced 2025-02-17 10:23:47 +01:00
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