diff options
Diffstat (limited to 'src/GLView.h')
-rw-r--r-- | src/GLView.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/GLView.h b/src/GLView.h index aa5a677..00d2da3 100644 --- a/src/GLView.h +++ b/src/GLView.h @@ -30,10 +30,8 @@ public: GLView(); void setRenderer(Renderer* r); Renderer *renderer; -/* - void initializeGL(); // -*/ + void initializeGL(); void resizeGL(int w, int h); void setGimbalCamera(const Eigen::Vector3d &pos, const Eigen::Vector3d &rot, double distance); |