summaryrefslogtreecommitdiff
path: root/src/mapnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapnode.h')
-rw-r--r--src/mapnode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapnode.h b/src/mapnode.h
index 35920c5a6..62815dad1 100644
--- a/src/mapnode.h
+++ b/src/mapnode.h
@@ -226,7 +226,7 @@ struct MapNode
Returns: TileSpec. Can contain miscellaneous texture coordinates,
which must be obeyed so that the texture atlas can be used.
*/
- TileSpec getTile(v3s16 dir);
+ TileSpec getTile(v3s16 dir, ITextureSource *tsrc);
#endif
/*