add missing genericRendering to IDhApiGraphicsConfig
This commit is contained in:
+1
@@ -41,6 +41,7 @@ public interface IDhApiGraphicsConfig extends IDhApiConfigGroup
|
||||
IDhApiFogConfig fog();
|
||||
IDhApiAmbientOcclusionConfig ambientOcclusion();
|
||||
IDhApiNoiseTextureConfig noiseTexture();
|
||||
IDhApiGenericRenderingConfig genericRendering();
|
||||
|
||||
|
||||
|
||||
|
||||
+4
@@ -39,9 +39,13 @@ public class DhApiGraphicsConfig implements IDhApiGraphicsConfig
|
||||
// inner layers //
|
||||
//==============//
|
||||
|
||||
@Override
|
||||
public IDhApiFogConfig fog() { return DhApiFogConfig.INSTANCE; }
|
||||
@Override
|
||||
public IDhApiAmbientOcclusionConfig ambientOcclusion() { return DhApiAmbientOcclusionConfig.INSTANCE; }
|
||||
@Override
|
||||
public IDhApiNoiseTextureConfig noiseTexture() { return DhApiNoiseTextureConfig.INSTANCE; }
|
||||
@Override
|
||||
public IDhApiGenericRenderingConfig genericRendering() { return DhApiGenericRenderingConfig.INSTANCE; }
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user