Fixing PR issues

This commit is contained in:
Zoe Roux
2021-05-18 09:42:18 +02:00
parent ad81137c96
commit c6012f1be6
9 changed files with 17 additions and 12 deletions

View File

@@ -8,7 +8,7 @@ namespace WAL
{
std::vector<Entity> &Scene::getEntities()
{
return this->_entity;
return this->_entities;
}
}