mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
More cats and cpys in files that xcode doesn't see
This commit is contained in:
parent
25c25b20b1
commit
963333c583
21 changed files with 43 additions and 43 deletions
|
|
@ -1159,7 +1159,7 @@ bool ActionMap::getKeyString(const U32 action, char* buffer)
|
|||
}
|
||||
//for (U32 i = 0; gVirtualMap[i].code != 0xFFFFFFFF; i++) {
|
||||
// if (gVirtualMap[i].code == action) {
|
||||
// dStrcpy(buffer, gVirtualMap[i].pDescription);
|
||||
// dStrcpy(buffer, gVirtualMap[i].pDescription, 16);
|
||||
// return true;
|
||||
// }
|
||||
//}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue