mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-28 08:33:36 +00:00
fixing small issues
This commit is contained in:
@@ -46,12 +46,7 @@ namespace BBM
|
||||
|
||||
std::vector<Node> Node::getChildNodes(void)
|
||||
{
|
||||
std::vector<Node> childs;
|
||||
|
||||
for (const auto &child : this->_childNodes) {
|
||||
childs.emplace_back(child);
|
||||
}
|
||||
return childs;
|
||||
return this->_childNodes;
|
||||
}
|
||||
|
||||
void Node::setName(const std::string &name)
|
||||
|
||||
Reference in New Issue
Block a user