Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 8, 2009, 11:11:49 PM (15 years ago)
Author:
rgrieder
Message:

New feature: "keybind" without arguments de-binds a key. We couldn't do that before

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core5/src/libraries/core/input/Button.cc

    r5909 r5912  
    170170
    171171                // evaluate the command
    172                 CommandEvaluation eval = CommandExecutor::evaluate(commandStr);
     172                const CommandEvaluation& eval = CommandExecutor::evaluate(commandStr);
    173173                if (!eval.isValid())
    174174                {
Note: See TracChangeset for help on using the changeset viewer.