Accelerometer still crashing on Tizen, use better dummy value

This commit is contained in:
Joshua Granick
2013-12-09 14:54:22 -08:00
parent 7b5f2dfaf3
commit cd157c4b02

View File

@@ -373,7 +373,7 @@ namespace lime {
//outZ = mAccelZ;
outX = 0;
outY = 0;
outZ = 1;
outZ = -1;
return true;
//}