Cleanup TODOs

This commit is contained in:
jglrxavpok 2020-10-18 18:38:25 +02:00
parent 96dcd0e27f
commit 547e7cf6e6
2 changed files with 0 additions and 2 deletions

View File

@ -96,7 +96,6 @@ public abstract class GLFWCapableBuffer {
prepareMapColors();
}
// TODO: provide shader that performs the conversion automatically, would be a lot faster
/**
* 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, TimeUnit, Runnable)}

View File

@ -197,7 +197,6 @@ public enum MapColors {
} catch (Throwable t) {
t.printStackTrace();
}
System.out.println("done mapping."); // todo: remove, debug only
}
public static PreciseMapColor closestColor(int argb) {