mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 09:57:51 +02:00
Fix default debug buffer size
This commit is contained in:
parent
dbc59ccc2b
commit
86412c1890
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ public:
|
|||
void setMode(int newMode);
|
||||
|
||||
int mode{ 0 };
|
||||
glm::vec4 size{ 0.0f, 0.0f, 0.0f, 0.0f };
|
||||
glm::vec4 size{ 0.0f, -1.0f, 1.0f, 1.0f };
|
||||
signals:
|
||||
void dirty();
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue