aboutsummaryrefslogtreecommitdiff
path: root/src/tile.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-09-06 17:13:24 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-09-06 17:13:24 +0300
commitb82952bdba27fecb1ac5373c3cb65ef5b41ce466 (patch)
tree222cc0c15cff8a6726d8c5358fce1e76e86b8fa0 /src/tile.cpp
parent570a8dbf22e8e33fed22292941edfaa38d41c289 (diff)
downloadhax-minetest-server-b82952bdba27fecb1ac5373c3cb65ef5b41ce466.tar.gz
hax-minetest-server-b82952bdba27fecb1ac5373c3cb65ef5b41ce466.zip
Fix some texture stuff: remove item_fence.png, use fence.png, remove inexisting cactus.png from texture atlas (replace with nothing because cactus is rare)
Diffstat (limited to '')
-rw-r--r--src/tile.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tile.cpp b/src/tile.cpp
index c93c0680b..d4244bd42 100644
--- a/src/tile.cpp
+++ b/src/tile.cpp
@@ -524,7 +524,6 @@ void TextureSource::buildMainAtlas()
sourcelist.push_back("cobble.png");
sourcelist.push_back("mossycobble.png");
sourcelist.push_back("gravel.png");
- sourcelist.push_back("cactus.png");
sourcelist.push_back("jungletree.png");
sourcelist.push_back("stone.png^mineral_coal.png");