]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Environment/Terrain.cpp
Using the Decal class in Model as well
[lugaru.git] / Source / Environment / Terrain.cpp
index 5d74d5491dbc67915f6355b1839f7c286af008b7..79d31b29c9077b6b27e928cce62804cd8132ba42 100644 (file)
@@ -1393,6 +1393,4 @@ Terrain::Terrain()
     memset(heightypatch, 0, sizeof(heightypatch));
 
     patch_elements = 0;
-
-    decals.clear();
 }