Fix typo in the info printed by --version
parent
58b54cf9a9
commit
8bb9e467d6
|
@ -345,7 +345,7 @@ static void print_allowed_options(const OptionList &allowed_options)
|
||||||
static void print_version()
|
static void print_version()
|
||||||
{
|
{
|
||||||
std::cout << PROJECT_NAME_C " " << g_version_hash
|
std::cout << PROJECT_NAME_C " " << g_version_hash
|
||||||
<< "(" << porting::getPlatformName() << ") " << std::endl;
|
<< " (" << porting::getPlatformName() << ")" << std::endl;
|
||||||
#ifndef SERVER
|
#ifndef SERVER
|
||||||
std::cout << "Using Irrlicht " << IRRLICHT_SDK_VERSION << std::endl;
|
std::cout << "Using Irrlicht " << IRRLICHT_SDK_VERSION << std::endl;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue