Cosmetics and bugfix on UserInterface.

This commit is contained in:
brunoherbelin
2020-05-19 14:04:18 +02:00
parent bf12e75bd4
commit 1ea1937fd7
6 changed files with 51 additions and 37 deletions

2
View.h
View File

@@ -89,6 +89,8 @@ public:
void zoom (float factor) override;
void grab (glm::vec2 from, glm::vec2 to, Source *s, std::pair<Node *, glm::vec2> pick) override;
void setDepth (Source *, float d);
private:
float aspect_ratio;
};