fix possible typo in LoadMapFile primitives count report
This commit is contained in:
parent
86a8aec283
commit
024e6bd667
|
|
@ -1169,7 +1169,7 @@ void Map_LoadFile( const char *filename ){
|
|||
globalOutputStream() << "--- LoadMapFile ---\n";
|
||||
globalOutputStream() << g_map.m_name.c_str() << "\n";
|
||||
|
||||
globalOutputStream() << Unsigned( g_brushCount.get() ) << " primitive\n";
|
||||
globalOutputStream() << Unsigned( g_brushCount.get() ) << " primitives\n";
|
||||
globalOutputStream() << Unsigned( g_entityCount.get() ) << " entities\n";
|
||||
|
||||
//GlobalEntityCreator().printStatistics();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user