mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
ITJ Sucks
This commit is contained in:
parent
448c406e3e
commit
25f2189a08
@ -81,6 +81,11 @@ public abstract class ContextualTerrainProvider implements TerrainProvider, List
|
||||
private final TerrainTarget target;
|
||||
private KSet<String> warnings;
|
||||
|
||||
public ContextualTerrainProvider()
|
||||
{
|
||||
this(null);
|
||||
}
|
||||
|
||||
public ContextualTerrainProvider(TerrainTarget target)
|
||||
{
|
||||
metrics = new IrisMetrics(256);
|
||||
|
Loading…
x
Reference in New Issue
Block a user