Updated function names in GLCanvas3D.cpp (mismatch caused by two conflicting commits yesterday)

This commit is contained in:
Lukas Matena 2018-11-03 08:46:51 +01:00
parent 0870f81425
commit edceb80b18
2 changed files with 7 additions and 8 deletions

View file

@ -496,7 +496,8 @@ public:
int get_object_idx() const;
// Returns the instance id if the selection is from a single object and from a single instance, otherwise is -1
int get_instance_idx() const;
// Returns the indices of selected instances if the selection is from a single object, throws otherwise!
// Returns the indices of selected instances.
// Can only be called if selection is from a single object.
const InstanceIdxsList& get_instance_idxs() const;
const IndicesList& get_volume_idxs() const { return m_list; }