mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-26 14:58:51 -06:00
Remove Clang warnings
This commit is contained in:
@@ -62,7 +62,7 @@ public:
|
||||
// Stores the selected node, the cursor ID as well as the surface coordinates the
|
||||
// cursor touched
|
||||
struct SelectedBody {
|
||||
int id;
|
||||
long id;
|
||||
SceneGraphNode* node;
|
||||
glm::dvec3 coordinates;
|
||||
};
|
||||
|
||||
@@ -107,7 +107,7 @@ class TuioEar : public TUIO::TuioListener {
|
||||
/**
|
||||
* A list that tracks all of the cursor ID's that got removed since last frame
|
||||
*/
|
||||
std::vector<int> _removeList;
|
||||
std::vector<long> _removeList;
|
||||
};
|
||||
|
||||
#endif // __OPENSPACE_MODULE_TOUCH___TUIO_EAR___H__
|
||||
|
||||
Reference in New Issue
Block a user