added missing getter
This commit is contained in:
parent
a4843e277a
commit
0ad3a417d8
@ -91,6 +91,7 @@ public:
|
||||
glm::vec4 pick(int x, int y);
|
||||
|
||||
void toggleDebugGui() { m_debugGuiEnabled = !m_debugGuiEnabled; }
|
||||
bool isDebugGuiVisible() { return m_debugGuiEnabled; }
|
||||
};
|
||||
|
||||
#endif // DEFERREDPIPELINE_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user