Display the version of the engine

This commit is contained in:
samuncle 2019-03-11 23:26:44 +01:00
parent 2f1151edbe
commit 1acc6ecea0

View File

@ -48,9 +48,9 @@ CIrrDeviceStub::CIrrDeviceStub(const SIrrlichtCreationParameters& params)
} }
else else
FileSystem = io::createFileSystem(); FileSystem = io::createFileSystem();
//core::stringc s = "Irrlicht Engine version "; core::stringc s = "..:: Antarctica Rendering Engine ";
//s.append(getVersion()); s.append("2.0 ::..");
//os::Printer::log(s.c_str(), ELL_INFORMATION); os::Printer::log(s.c_str(), ELL_INFORMATION);
checkVersion(params.SDK_version_do_not_use); checkVersion(params.SDK_version_do_not_use);
} }