Oops, compilation error

This commit is contained in:
pelya
2013-12-03 20:55:10 +02:00
parent 96d2e43bfb
commit 41825b30e4

View File

@@ -119,8 +119,8 @@ abstract class DifferentTouchInput
return IcsTouchInputWithHistory.Holder.sInstance;
if( DetectCrappyDragonRiseDatexGamepad() )
return CrappyDragonRiseDatexGamepadInputWhichNeedsItsOwnHandlerBecauseImTooCheapAndStupidToBuyProperGamepad.Holder.sInstance;
if( (android.os.Build.BOARD.contains("bird"))
return CrappyMtkTabletWithBrokenTouchDrivers.Holder.sInstance
if( android.os.Build.BOARD.contains("bird") )
return CrappyMtkTabletWithBrokenTouchDrivers.Holder.sInstance;
return IcsTouchInput.Holder.sInstance;
}
if( android.os.Build.VERSION.SDK_INT >= android.os.Build.VERSION_CODES.GINGERBREAD )