mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-06 21:46:29 +03:00
Refactoring WIP.
Changing the function naming convention from CamelCase to camelCase. --HG-- branch : dev
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user