Refactor: remove "s" prefix from "sRender" method ( -> "render") Closes #44
This commit is contained in:
parent
a465a9861d
commit
c2de9b08d6
7 changed files with 14 additions and 9 deletions
|
|
@ -59,7 +59,7 @@ void PyScene::doAction(std::string name, std::string type)
|
|||
}
|
||||
}
|
||||
|
||||
void PyScene::sRender()
|
||||
void PyScene::render()
|
||||
{
|
||||
game->getWindow().clear();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue