fix multi-recipe support in the craft guide

This commit is contained in:
darkrose 2015-05-20 17:24:55 +10:00
parent 6876d2f723
commit fe121d2e87
1 changed files with 1 additions and 1 deletions

View File

@ -1500,7 +1500,7 @@ std::string CraftGuideNodeMetadata::getDrawSpecString()
snprintf(rbuff,256,gettext("Recipe %d of %d"),(int)(m_recipe+1),rc);
spec += "button[2.5,3.5;1,0.75;rprev;<<]";
spec += "label[3.5,3.5;";
spec += buff;
spec += rbuff;
spec += "]";
spec += "button[5.5,3.5;1,0.75;rnext;>>]";
}