summaryrefslogtreecommitdiff
path: root/src/tile.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-02-14 16:10:46 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-02-14 16:10:46 +0200
commit607f548712ae5a41eceb668085c87d10089849b9 (patch)
tree1a4b2ac9ab105de9bdd0ee0ca6737ea1b73c4b41 /src/tile.h
parent00810408a8cf1e5212cc8efa1287fd3745232f13 (diff)
downloadminetest-607f548712ae5a41eceb668085c87d10089849b9.tar.gz
minetest-607f548712ae5a41eceb668085c87d10089849b9.tar.bz2
minetest-607f548712ae5a41eceb668085c87d10089849b9.zip
cube inventory texture rendering thing (not good yet)
Diffstat (limited to 'src/tile.h')
-rw-r--r--src/tile.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tile.h b/src/tile.h
index 1e339806f..d11899438 100644
--- a/src/tile.h
+++ b/src/tile.h
@@ -261,8 +261,6 @@ enum MaterialType{
/*
This fully defines the looks of a tile.
The SMaterial of a tile is constructed according to this.
-
- TODO: Change this to use an AtlasPointer
*/
struct TileSpec
{