Solve build error when globe browsing module is inactive.

This commit is contained in:
kalbl
2016-10-24 10:24:42 +02:00
parent 6ca7cc997c
commit dddb85d538

View File

@@ -262,7 +262,9 @@ public:
private:
//void updateCameraStateFromMouseStates(Camera& camera, double deltaTime);
#ifdef OPENSPACE_MODULE_GLOBEBROWSING_ENABLED
globebrowsing::RenderableGlobe* _globe;
#endif
};
} // namespace interaction