Code cleanup

This commit is contained in:
Tefek 2020-09-17 15:37:05 +02:00
parent 1dd6ca2a24
commit b341e7cfa3
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ public abstract class PlutoApplication
*
* @implNote The values are as follows:
* <table>
* <tr><td><b>Option name</b></td><td><b>Default value</b></td><td><b>Explanation</b></td></tr>
* <tr><th><b>Option name</b></th><th><b>Default value</b></th><th><b>Explanation</b></th></tr>
* <tr>
* <td><code>coreProfile</code></td>
* <td><code>true</code></td>

View File

@ -9,5 +9,5 @@ package cz.tefek.pluto.engine.gl;
*/
public interface IOpenGLEnum
{
public int getGLID();
int getGLID();
}