ALL: Make Debugger command function names conform to our guidelines.
This commit is contained in:
parent
07c9fea9cb
commit
30d64edac4
18 changed files with 60 additions and 60 deletions
|
@ -28,7 +28,7 @@
|
|||
namespace Tony {
|
||||
|
||||
Debugger::Debugger() : GUI::Debugger() {
|
||||
registerCmd("continue", WRAP_METHOD(Debugger, Cmd_Exit));
|
||||
registerCmd("continue", WRAP_METHOD(Debugger, cmdExit));
|
||||
registerCmd("scene", WRAP_METHOD(Debugger, Cmd_Scene));
|
||||
registerCmd("dirty_rects", WRAP_METHOD(Debugger, Cmd_DirtyRects));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue