mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +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;
|
pDescriptor->flags |= SI_MAC_OPT;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
if (dStricmp(pModifier, "ctrl") == 0 || (dStricmp(pModifier, "cmd") == 0)
|
if (dStricmp(pModifier, "ctrl") == 0 || dStricmp(pModifier, "cmd") == 0)
|
||||||
{
|
{
|
||||||
pDescriptor->flags |= SI_CTRL;
|
pDescriptor->flags |= SI_CTRL;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue