Merge pull request #99 from Hasufel/patch-1
minor fix (return bool instead of int)
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user