Remove rotation test value

This commit is contained in:
Jesse MacFadyen 2014-04-08 12:03:22 -07:00
parent ae2acd9ab2
commit fe6dc72a75

View File

@ -262,7 +262,7 @@ namespace WPCordovaClassLib.Cordova.Commands
}
int orient = ImageExifHelper.getImageOrientationFromStream(e.ChosenPhoto);
int newAngle = 270;
int newAngle = 0;
switch (orient)
{
case ImageExifOrientation.LandscapeLeft: