mirror of
https://github.com/zoriya/Bomberman.git
synced 2025-12-20 21:35:12 +00:00
Fixing PR issues
This commit is contained in:
@@ -8,7 +8,7 @@ namespace WAL
|
||||
{
|
||||
std::vector<Entity> &Scene::getEntities()
|
||||
{
|
||||
return this->_entity;
|
||||
return this->_entities;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user