Merge pull request #99 from Hasufel/patch-1

minor fix (return bool instead of int)
This commit is contained in:
Joshua Granick
2014-03-08 09:55:35 -08:00

View File

@@ -451,7 +451,7 @@ int GetNormalOrientation() {
return 0; return 0;
} }
int GetOrientation(double& outX, double& outY, double& outZ) { bool GetOrientation(double& outX, double& outY, double& outZ) {
if (sStage) { if (sStage) {
outX = sStage->mOrientationX; outX = sStage->mOrientationX;
outY = sStage->mOrientationY; outY = sStage->mOrientationY;