mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 07:27:04 +02:00
Add destroyInputPlugins()
This commit is contained in:
parent
f86518df08
commit
f25820c81a
1 changed files with 4 additions and 0 deletions
|
@ -38,6 +38,10 @@ public:
|
||||||
return _inputPlugins;
|
return _inputPlugins;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
virtual void destroyInputPlugins() override {
|
||||||
|
_inputPlugins.clear();
|
||||||
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
InputPluginList _inputPlugins;
|
InputPluginList _inputPlugins;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue