diff options
Diffstat (limited to 'tests/OffscreenView.h')
-rw-r--r-- | tests/OffscreenView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/OffscreenView.h b/tests/OffscreenView.h index 6531bcf..52ee3af 100644 --- a/tests/OffscreenView.h +++ b/tests/OffscreenView.h @@ -19,9 +19,9 @@ public: bool save(const char *filename); GLint shaderinfo[11]; + OffscreenContext *ctx; private: Renderer *renderer; - class OffscreenContext *ctx; double w_h_ratio; bool orthomode; |