mirror of https://github.com/axmolengine/axmol.git
issue #3861. fix a indent problem
This commit is contained in:
parent
34b3114e55
commit
0d9d2a57dc
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue