Console: rename PascalCase named methods to camelCase
This commit is contained in:
@@ -71,7 +71,7 @@ PyMOD_INIT_FUNC(CAMSimulator)
|
||||
|
||||
//
|
||||
PyObject* mod = CAMSimulator::initModule();
|
||||
Base::Console().Log("Loading CAMSimulator module.... done\n");
|
||||
Base::Console().log("Loading CAMSimulator module.... done\n");
|
||||
|
||||
// Add Types to module
|
||||
Base::Interpreter().addType(&CAMSimulator::CAMSimPy::Type, mod, "PathSim");
|
||||
|
||||
@@ -196,7 +196,7 @@ bool CheckCompileResult(int shaderId, const char* shaderName, bool isVertex)
|
||||
len = 1020;
|
||||
}
|
||||
log[len] = 0;
|
||||
Base::Console().Error(log);
|
||||
Base::Console().error(log);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user