Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix "modifier" button functionality et al.
  • Loading branch information
jordan-woyak committed Sep 11, 2013
1 parent 3fcdf5e commit ce49964
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -196,7 +196,7 @@ bool ControllerInterface::UpdateOutput(const bool force)
ControlState ControllerInterface::InputReference::State( const ControlState ignore )
{
if (parsed_expression)
return parsed_expression->GetValue();
return parsed_expression->GetValue() * range;
else
return 0.0f;
}
Expand Down

0 comments on commit ce49964

Please sign in to comment.