mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-05-07 06:16:04 +00:00
Update actionMap.cpp
This commit is contained in:
parent
496895d60c
commit
3188920312
1 changed files with 1 additions and 1 deletions
|
|
@ -483,7 +483,7 @@ bool ActionMap::createEventDescriptor(const char* pEventString, EventDescriptor*
|
|||
pDescriptor->flags |= SI_MAC_OPT;
|
||||
}
|
||||
#else
|
||||
if (dStricmp(pModifier, "ctrl") == 0 || (dStricmp(pModifier, "cmd") == 0)
|
||||
if (dStricmp(pModifier, "ctrl") == 0 || dStricmp(pModifier, "cmd") == 0)
|
||||
{
|
||||
pDescriptor->flags |= SI_CTRL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue