mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-01 08:19:51 -05:00
Add a global propertyowner namespace to which the InteractionHandler is added, removing the need for the earlier hack
This commit is contained in:
@@ -89,7 +89,7 @@ class SceneGraphNode;
|
||||
|
||||
namespace interaction {
|
||||
|
||||
class InteractionHandler : public properties::PropertyOwner{
|
||||
class InteractionHandler : public properties::PropertyOwner {
|
||||
public:
|
||||
InteractionHandler();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user