issue #3861. fix a indent problem

This commit is contained in:
andyque 2014-05-05 17:54:21 +08:00
parent 34b3114e55
commit 0d9d2a57dc
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ public class Cocos2dxGLSurfaceView extends GLSurfaceView {
switch (pKeyCode) {
case KeyEvent.KEYCODE_BACK:
case KeyEvent.KEYCODE_MENU:
case KeyEvent.KEYCODE_DPAD_LEFT:
case KeyEvent.KEYCODE_DPAD_LEFT:
case KeyEvent.KEYCODE_DPAD_RIGHT:
case KeyEvent.KEYCODE_DPAD_UP:
case KeyEvent.KEYCODE_DPAD_DOWN: