Console: rename PascalCase named methods to camelCase
This commit is contained in:
@@ -44,7 +44,7 @@ PyMOD_INIT_FUNC(Drawing)
|
||||
PyMOD_Return(nullptr);
|
||||
}
|
||||
PyObject* mod = Drawing::initModule();
|
||||
Base::Console().Log("Loading Drawing module... done\n");
|
||||
Base::Console().log("Loading Drawing module... done\n");
|
||||
|
||||
|
||||
// NOTE: To finish the initialization of our own type objects we must
|
||||
|
||||
Reference in New Issue
Block a user