mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Fixed Christmas seasonal being broken
This commit is contained in:
parent
74b627ac4b
commit
b7ee376254
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ public class BookletUtils{
|
|||
* Draws the Title of the current chapter, current index entry or just "Actually Additions" if neither is present
|
||||
*/
|
||||
public static void drawTitle(GuiBooklet booklet){
|
||||
booklet.mc.getTextureManager().bindTexture(GuiBooklet.resLoc);
|
||||
//Upper title
|
||||
booklet.drawTexturedModalRect(booklet.guiLeft+booklet.xSize/2-142/2, booklet.guiTop-12, 0, 240, 142, 12);
|
||||
//Lower title
|
||||
|
|
Loading…
Reference in a new issue