In Shaders/MeshLayer/Vertex.glsl, line 57 should look like this:
center.y = textureLod(elevationmap, texcoord, 0).r * terrainscale.y;
If it looks like this the object will flicker:
center.y += textureLod(elevationmap, texcoord, 0).r * terrainscale.y;