mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-13 01:10:19 -04:00
Fixed chamelium blocks being registered breaking mipmaps. Closes #1061.
This commit is contained in:
parent
d334dd1a27
commit
531e5847d0
@ -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 |
Loading…
x
Reference in New Issue
Block a user