X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FTerrain.cpp;h=b3ea6a02e5c4384b46e87013a15769b2bc852776;hb=3c8f67c3c66a86fc9e45469ce2fed4222d486c9f;hp=a102e523f4c86cfaa235e873dff77e2ad26e521d;hpb=85c66654b25752485c9a4b4c534263df78e0ff78;p=lugaru.git diff --git a/Source/Terrain.cpp b/Source/Terrain.cpp index a102e52..b3ea6a0 100644 --- a/Source/Terrain.cpp +++ b/Source/Terrain.cpp @@ -1495,7 +1495,7 @@ Terrain::Terrain() memset(patchobjectnum, 0, sizeof(patchobjectnum)); memset(patchobjects, 0, sizeof(patchobjects)); - scale = 0; + scale = 1.0f; type = 0; memset(heightmap, 0, sizeof(heightmap)); memset(normals, 0, sizeof(normals));