diff options
author | Marius Kintel <marius@kintel.net> | 2011-08-01 23:43:29 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-08-01 23:43:29 (GMT) |
commit | 0846b4c2ea2eefa643917c928035fd34abf5126f (patch) | |
tree | 14d177f1b47e620b727dfc2166aa33ef083555fb /tests/OffscreenView.h | |
parent | 8dc35b539b996de45ef51db1635b4de8d6ba9244 (diff) |
Minor updates. This works now, but needs a bugfix in OpenCSG
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; |