summaryrefslogtreecommitdiff
path: root/src/mapblock.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2010-12-14 00:29:32 +0200
committerPerttu Ahola <celeron55@gmail.com>2010-12-14 00:29:32 +0200
commit47f76d8a5122767337f0c7b75c5c44a01c418141 (patch)
treefc9600d0b591806c73962c5b99306eb9a4b53426 /src/mapblock.h
parent626ed6338aa90eb07038adee29643e692fec6545 (diff)
downloadminetest-47f76d8a5122767337f0c7b75c5c44a01c418141.tar.gz
minetest-47f76d8a5122767337f0c7b75c5c44a01c418141.tar.bz2
minetest-47f76d8a5122767337f0c7b75c5c44a01c418141.zip
grass edges workin'
Diffstat (limited to 'src/mapblock.h')
-rw-r--r--src/mapblock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapblock.h b/src/mapblock.h
index b9c5ff222..608249383 100644
--- a/src/mapblock.h
+++ b/src/mapblock.h
@@ -284,7 +284,7 @@ public:
}
static FastFace * makeFastFace(u16 tile, u8 light, v3f p,
- v3f dir, v3f scale, v3f posRelative_f);
+ v3s16 dir, v3f scale, v3f posRelative_f);
u8 getFaceLight(v3s16 p, v3s16 face_dir);