mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-23 20:09:46 +03:00
Fix Some Indentation Errors
This commit is contained in:
committed by
iProgramInCpp
parent
c989ffa721
commit
fdf3106d7e
@@ -35,10 +35,10 @@ static void teardown()
|
||||
|
||||
static int TranslateSDLKeyCodeToVirtual(int sdlCode)
|
||||
{
|
||||
if (sdlCode == SDLK_AC_BACK) {
|
||||
// Android Back Button
|
||||
sdlCode = SDLK_ESCAPE;
|
||||
}
|
||||
if (sdlCode == SDLK_AC_BACK) {
|
||||
// Android Back Button
|
||||
sdlCode = SDLK_ESCAPE;
|
||||
}
|
||||
switch (sdlCode) {
|
||||
#define CODE(x) case SDLK_ ## x: return SDLVK_ ## x;
|
||||
#include "compat/SDLKeyCodes.h"
|
||||
|
||||
Reference in New Issue
Block a user