From 80ed5ac280c9f09310fea8ff32a7f81885fbd283 Mon Sep 17 00:00:00 2001 From: Alejandro Aguilera Date: Fri, 16 Sep 2011 10:09:05 +0200 Subject: [PATCH] Update comment in the glass panes and iron bars pseudo data. --- overviewer_core/src/iterate.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/overviewer_core/src/iterate.c b/overviewer_core/src/iterate.c index 2b52cf0..74c7904 100644 --- a/overviewer_core/src/iterate.c +++ b/overviewer_core/src/iterate.c @@ -284,7 +284,12 @@ generate_pseudo_data(RenderState *state, unsigned char ancilData) { return final_data; - /* fences, iron bars and glass panes */ + /* portal, iron bars and glass panes + * Note: iron bars and glass panes "stick" to other blocks, but + * at the moment of writing this is not clear which ones stick and + * which others no, so for the moment stick only with himself. + * This is a TODO! + */ } else if ((state->block == 90) || (state->block == 101) || (state->block == 102)) { return check_adjacent_blocks(state, x, y, z, state->block);