9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2026-01-04 15:41:30 +00:00
This commit is contained in:
Daniel Mills
2020-09-16 17:58:11 -04:00
parent b7d658cff3
commit 6e430861d7
2 changed files with 7 additions and 3 deletions

View File

@@ -248,7 +248,7 @@ public class IrisTerrainProvider extends SkyTerrainProvider implements IrisConte
return (x, z) -> render(x, z);
}
private Color render(double x, double z)
public Color render(double x, double z)
{
int ix = (int) x;
int iz = (int) z;