forked from oerkki/voxelands
fix multi-recipe support in the craft guide
This commit is contained in:
parent
6876d2f723
commit
fe121d2e87
|
@ -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;>>]";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue