Changeset 1317 for code/branches/console/src/core/InputBuffer.cc
- Timestamp:
- May 18, 2008, 1:28:08 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/console/src/core/InputBuffer.cc
r1313 r1317 46 46 this->buffer_ = ""; 47 47 this->cursor_ = 0; 48 49 InputManager::getSingleton().feedInputBuffer(this); 48 50 } 49 51 … … 54 56 this->buffer_ = ""; 55 57 this->cursor_ = 0; 58 59 InputManager::getSingleton().feedInputBuffer(this); 56 60 } 57 61
Note: See TracChangeset
for help on using the changeset viewer.