Refactoring WIP.

Changing the function naming convention from CamelCase to camelCase.

--HG--
branch : dev
This commit is contained in:
Martín Lucas Golini
2017-02-14 18:09:25 -03:00
parent 8eaff147d4
commit b36dd33246
204 changed files with 2299 additions and 2244 deletions

View File

@@ -75,7 +75,7 @@ void UITextInput::OnCursorPosChange() {
void UITextInput::DrawWaitingCursor() {
if ( mVisible && mTextBuffer.Active() && mTextBuffer.SupportFreeEditing() ) {
mWaitCursorTime += UIManager::instance()->Elapsed().AsMilliseconds();
mWaitCursorTime += UIManager::instance()->Elapsed().asMilliseconds();
if ( mShowingWait ) {
bool disableSmooth = mShowingWait && GLi->IsLineSmooth();