Browse Source

Fix Python key map.

Darryl Pogue 13 years ago
parent
commit
24ab78b3f3
  1. 2
      Sources/Plasma/FeatureLib/pfPython/pyKeyMap.cpp

2
Sources/Plasma/FeatureLib/pfPython/pyKeyMap.cpp

@ -38,7 +38,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
// conversion functions
const char* pyKeyMap::ConvertVKeyToChar( UInt32 vk, UInt32 flags )
{
char *key = plKeyMap::ConvertVKeyToChar( vk );
const char *key = plKeyMap::ConvertVKeyToChar( vk );
static char shortKey[ 2 ];
if( key == nil )
{

Loading…
Cancel
Save