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/>
* Resources created in constructor are:
* <li>
* <ul>Framebuffer</ul>
* <ul>Color texture (if default fbo initialization chosen)</ul>
* <ul>Depth24 Stencil8 render buffer (if default fbo initialization chosen)</ul>
* <ul>Post processing shader program</ul>
* <ul>Palette texture</ul>
* <ul>Screen quad VAO</ul>
* <ul>Screen quad index buffer</ul>
* </li>
* <ul>
* <li>Framebuffer</li>
* <li>Color texture (if default fbo initialization chosen)</li>
* <li>Depth24 Stencil8 render buffer (if default fbo initialization chosen)</li>
* <li>Post processing shader program</li>
* <li>Palette texture</li>
* <li>Screen quad VAO</li>
* <li>Screen quad index buffer</li>
* </ul>
*
* The constructor also puts the given buffer in map color mode.
*/