mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-07 00:48:28 +01:00
Update javadoc
This commit is contained in:
parent
1e390d5efb
commit
6a27a9d932
@ -102,7 +102,7 @@ public abstract class GLFWCapableBuffer {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Called in render after glFlush to read the pixel buffer contents and convert it to map colors.
|
* Called in render after glFlush to read the pixel buffer contents and convert it to map colors.
|
||||||
* Only call if you do not use {@link #render(Runnable)} nor {@link #setupRenderLoop(long, TemporalUnit, Runnable)}
|
* Only call if you do not use {@link #render(Runnable)} nor {@link #setupRenderLoop}
|
||||||
*/
|
*/
|
||||||
public void prepareMapColors() {
|
public void prepareMapColors() {
|
||||||
if(onlyMapColors) {
|
if(onlyMapColors) {
|
||||||
|
Loading…
Reference in New Issue
Block a user