Common gizmos data are now handled by the CommonGizmosDataPool object

This commit is contained in:
Lukas Matena 2020-04-02 17:07:15 +02:00
parent 7c4071c541
commit 3b06332999
6 changed files with 19 additions and 9 deletions

View file

@ -111,7 +111,7 @@ private:
int m_active_inst = -1;
};
/*
class InstancesHider : public CommonGizmosDataBase
{
public:
@ -175,7 +175,7 @@ public:
: CommonGizmosDataBase(cgdp) {}
void update(bool required) override;
};
*/
} // namespace CommonGizmosDataObjects