Changeset 7228 for code/branches/consolecommands3/src/libraries/core/input
- Timestamp:
- Aug 27, 2010, 2:41:03 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/consolecommands3/src/libraries/core/input/InputCommands.cc
r5781 r7228 53 53 if (this->abs_ != 0.0f || this->rel_ != 0.0f) 54 54 { 55 evaluation_.setEvaluatedParameter(paramIndex_, Vector2(abs_, rel_));55 // evaluation_.setEvaluatedParameter(paramIndex_, Vector2(abs_, rel_)); 56 56 // reset 57 57 rel_ = 0.0;
Note: See TracChangeset
for help on using the changeset viewer.