Invalid Javadoc HTML broke the build, oops

This commit is contained in:
jglrxavpok 2020-08-13 13:23:26 +02:00
parent 5e16894159
commit 37547930e9
2 changed files with 10 additions and 10 deletions

@ -1 +1 @@
Subproject commit f81048bc208feab0db9bbb759debb7e7fe426b0c Subproject commit 5466efe528108c7228ebe737ad5ac70af243e2e7

View File

@ -25,15 +25,15 @@ import static org.lwjgl.opengl.GL30.*;
* *
* <hr/> * <hr/>
* Resources created in constructor are: * Resources created in constructor are:
* <li> * <ul>
* <ul>Framebuffer</ul> * <li>Framebuffer</li>
* <ul>Color texture (if default fbo initialization chosen)</ul> * <li>Color texture (if default fbo initialization chosen)</li>
* <ul>Depth24 Stencil8 render buffer (if default fbo initialization chosen)</ul> * <li>Depth24 Stencil8 render buffer (if default fbo initialization chosen)</li>
* <ul>Post processing shader program</ul> * <li>Post processing shader program</li>
* <ul>Palette texture</ul> * <li>Palette texture</li>
* <ul>Screen quad VAO</ul> * <li>Screen quad VAO</li>
* <ul>Screen quad index buffer</ul> * <li>Screen quad index buffer</li>
* </li> * </ul>
* *
* The constructor also puts the given buffer in map color mode. * The constructor also puts the given buffer in map color mode.
*/ */