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
|
|
@ -11,7 +11,7 @@ public:
|
|||
PyScene(GameEngine*);
|
||||
void update() override final;
|
||||
void doAction(std::string, std::string) override final;
|
||||
void sRender() override final;
|
||||
void render() override final;
|
||||
|
||||
void do_mouse_input(std::string, std::string);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue