Console: rename PascalCase named methods to camelCase
This commit is contained in:
@@ -86,7 +86,7 @@ View3DInventorRiftViewer::~View3DInventorRiftViewer()
|
||||
hGrp->SetInt("RenderWindowSizeW",size().width());
|
||||
hGrp->SetInt("RenderWindowSizeH",size().height());
|
||||
|
||||
Base::Console().Log("pos: %d %d size: %d %d \n",pos().x(),pos().y(),
|
||||
Base::Console().log("pos: %d %d size: %d %d \n",pos().x(),pos().y(),
|
||||
size().width(),size().height());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user