commit 83aab36310739ff2b8a40bc443b9bdf7fe4e5fc2 parent e83bf9e8b5ff1e4e811e6b1760877c7761c961a3 Author: Michael Savage <mikejsavage@gmail.com> Date: Wed Sep 14 16:06:09 +0100 Remove trailing } from heightmap.cc Diffstat:
heightmap.cc | | | 3 | --- |
diff --git a/heightmap.cc b/heightmap.cc @@ -136,6 +136,3 @@ float Heightmap::bilerp_height( const float x, const float y ) const { glm::vec2( x, y ) ); } - - -}