]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Terrain.cpp
Force a double-buffered GL context.
[lugaru.git] / Source / Terrain.cpp
index a102e523f4c86cfaa235e873dff77e2ad26e521d..b3ea6a02e5c4384b46e87013a15769b2bc852776 100644 (file)
@@ -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));