Viewport overlay to change which texture to display in viewport

This commit is contained in:
antopilo
2024-08-28 20:02:12 -04:00
parent 5d5e3e33d0
commit f2be766a1f
2 changed files with 68 additions and 5 deletions

View File

@@ -409,7 +409,6 @@ namespace Nuake
m_EntitiesIDMap[id] = entity;
m_EntitiesNameMap[entityName] = entity;
Logger::Log("Entity created with name: " + nameComponent.Name, "scene", LOG_TYPE::VERBOSE);
return entity;
}