Fixed chamelium blocks being registered breaking mipmaps. Closes #1061.

This commit is contained in:
Florian Nücke 2015-04-14 12:50:37 +02:00
parent d334dd1a27
commit 531e5847d0
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ public interface ImageRenderer {
* The width of the area this renderer uses.
* <p/>
* This is used to offset the OpenGL state properly before calling
* {@link #render()}, to correctly align the image horizontally.
* {@link #render(int, int)}, to correctly align the image horizontally.
*
* @return the width of the rendered image.
*/
@ -25,7 +25,7 @@ public interface ImageRenderer {
* The height of the area this renderer uses.
* <p/>
* This is used to offset the OpenGL state properly before calling
* {@link #render()}, as well as to know where to resume rendering
* {@link #render(int, int)}, as well as to know where to resume rendering
* other content below the image.
*
* @return the height of the rendered image.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 B

After

Width:  |  Height:  |  Size: 132 B