summaryrefslogtreecommitdiff
path: root/src/arap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arap.h')
-rw-r--r--src/arap.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/arap.h b/src/arap.h
index 331cc3d..7c8c76a 100644
--- a/src/arap.h
+++ b/src/arap.h
@@ -38,8 +38,6 @@ public:
void draw(Shader *shader, GLenum mode)
{
-
-
m_shape.draw(shader, mode);
}
@@ -84,7 +82,7 @@ public:
ocean_alt m_ocean;
double m_time = 0.00;
- double m_timestep = 0.03;
+ double m_timestep = 0.1;
Eigen::Vector3f minCorner, maxCorner;
};