16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 13:39:18 +02:00

configurable viewport draw range

This commit is contained in:
milek7
2019-03-18 23:07:28 +01:00
parent 8685b0ec47
commit 4b3bea9ea3
5 changed files with 11 additions and 1 deletions

View File

@@ -241,6 +241,8 @@ class opengl_renderer
int width;
int height;
float draw_range;
bool main = false;
GLFWwindow *window = nullptr;