minor fix (return bool instead of int)

This commit is contained in:
Hasufel
2014-03-04 22:36:20 +01:00
parent ad99862301
commit 1fbc6e484f

View File

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