mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-07-22 10:42:50 +03:00
Some minor changes. Nothing important.
This commit is contained in:
@@ -94,7 +94,7 @@ cShape::~cShape() {
|
||||
}
|
||||
|
||||
void cShape::CreateUnnamed() {
|
||||
Name( StrFormated( "unnamed%d", cShapeManager::instance()->Count() - 1 ) );
|
||||
Name( std::string( "unnamed" ) + toStr( cShapeManager::instance()->Count() ) );
|
||||
}
|
||||
|
||||
const Uint32& cShape::Id() const {
|
||||
|
||||
Reference in New Issue
Block a user