You should see a landscape, and after a second a large hole is digged below yourself.
The bug is that the hole is much deeper than it should: this is the code of my Control:
[java]heights.add(hLocal-0.0001f);[/java]
The hole should be barely noticeable, but instead is very deep.
You may ask, why am I using a Control for modifying the heightmap? Because I want to alter it on realtime with a smooth effect.