Display the version of the engine
This commit is contained in:
parent
2f1151edbe
commit
1acc6ecea0
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user