1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Drop IrrlichtDevice when running --speedtests

This commit is contained in:
Kahrl 2013-05-09 15:48:35 +02:00
parent f00cee75c1
commit 3332f606ed

View file

@ -1462,6 +1462,7 @@ int main(int argc, char *argv[])
{
dstream<<"Running speed tests"<<std::endl;
SpeedTests();
device->drop();
return 0;
}