Skip to content

Commit b25554c

Browse files
committedMay 14, 2016
Fix android build by fixing patch line endings
1 parent b906ed4 commit b25554c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
 

‎build/android/patches/irrlicht-back_button.patch

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
--- irrlicht/source/Irrlicht/Android/CIrrDeviceAndroid.cpp.orig 2015-08-29 15:43:09.000000000 +0300
22
+++ irrlicht/source/Irrlicht/Android/CIrrDeviceAndroid.cpp 2016-05-13 21:36:22.880388505 +0300
33
@@ -486,7 +486,7 @@
4-
event.KeyInput.Char = 0;
5-
}
6-
7-
- device->postEventFromUser(event);
8-
+ status = device->postEventFromUser(event);
9-
}
10-
break;
11-
default:
4+
event.KeyInput.Char = 0;
5+
}
6+
7+
- device->postEventFromUser(event);
8+
+ status = device->postEventFromUser(event);
9+
}
10+
break;
11+
default:
1212
@@ -543,7 +543,7 @@
1313
KeyMap[1] = KEY_LBUTTON; // AKEYCODE_SOFT_LEFT
1414
KeyMap[2] = KEY_RBUTTON; // AKEYCODE_SOFT_RIGHT

0 commit comments

Comments
 (0)