diff options
Diffstat (limited to 'src/arap.cpp')
-rw-r--r-- | src/arap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arap.cpp b/src/arap.cpp index 5d8a373..79fe475 100644 --- a/src/arap.cpp +++ b/src/arap.cpp @@ -67,7 +67,7 @@ void ARAP::update(double seconds) m_shape.setVertices(m_ocean.get_vertices()); m_time += m_timestep; -// std::cout << m_time << std::endl; + // std::cout << m_time << std::endl; } // Move an anchored vertex, defined by its index, to targetPosition |