summaryrefslogtreecommitdiff
path: root/src/my_gtk_gl_scene_widget.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/my_gtk_gl_scene_widget.hpp')
-rw-r--r--src/my_gtk_gl_scene_widget.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/my_gtk_gl_scene_widget.hpp b/src/my_gtk_gl_scene_widget.hpp
index 1c7e305..62c8d16 100644
--- a/src/my_gtk_gl_scene_widget.hpp
+++ b/src/my_gtk_gl_scene_widget.hpp
@@ -32,8 +32,8 @@ class MyGTKGLSceneWidget : public Gtk::DrawingArea, public Gtk::GL::Widget<MyGTK
private:
OpenCLMeshKit clKit;
struct camera_params { float rx; float ry; float tz; } camera;
- float time;
bool need_recompute;
+ float time;
};
#endif /*MY_GTK_GL_SCENE_H*/