Don't set Entity name in setc_guid().

This commit is contained in:
Relintai 2021-08-30 21:40:01 +02:00
parent 708f5d05ec
commit 59e1b00ce0

View File

@ -252,7 +252,7 @@ int Entity::getc_guid() {
void Entity::setc_guid(int value) {
_c_guid = value;
set_name(String::num(_c_guid));
//set_name(String::num(_c_guid));
}
//Transforms