Add versions in parenthesis for todos to fix stuff
This commit is contained in:
@@ -91,7 +91,7 @@ public class GuiClickMeme extends GuiScreen {
|
||||
}
|
||||
|
||||
public Vec3d toWorld(double x, double y, double z) {
|
||||
// TODO: Fix unproject
|
||||
// TODO: (1.13.2) Fix unproject
|
||||
// boolean result = GLU.gluUnProject((float) x, (float) y, (float) z, MODELVIEW, PROJECTION, VIEWPORT, (FloatBuffer) TO_WORLD_BUFFER.clear());
|
||||
// if (result) {
|
||||
// return new Vec3d(TO_WORLD_BUFFER.get(0), TO_WORLD_BUFFER.get(1), TO_WORLD_BUFFER.get(2));
|
||||
|
||||
Reference in New Issue
Block a user