removed the automatic 'OK' action after a pan and move event. I misunderstood what the Android port was doing

This commit is contained in:
techdragon.nguyen@gmail.com
2012-01-08 13:49:40 +00:00
parent 9727a98e6a
commit 5ff2ac3123

View File

@@ -406,7 +406,6 @@ static NSString *_MY_AD_WHIRL_APPLICATION_KEY_IPAD = @"2e70e3f3da40408588b9a3170
if (!(( ((int)abs( (int) velocity.x)) > 300) || ((int) (abs( (int) velocity.y)) > 300)))
{
g_engine->LeftClicked(newLocation.x, newLocation.y);
g_engine->HoldKey_NoRepeat( JGE_BTN_OK );
}
else
{