Update RendererRegistry.java

This commit is contained in:
Eugene 2020-10-13 17:05:12 +03:00 committed by GitHub
parent acd843dfb1
commit f5daae62af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,6 +46,7 @@ public class RendererRegistry {
public final static String LIGHTRS_RENDER = "LightRS"; //$NON-NLS-1$ public final static String LIGHTRS_RENDER = "LightRS"; //$NON-NLS-1$
public final static String UNIRS_RENDER = "UniRS"; //$NON-NLS-1$ public final static String UNIRS_RENDER = "UniRS"; //$NON-NLS-1$
public final static String DESERT_RENDER = "Desert"; //$NON-NLS-1$ public final static String DESERT_RENDER = "Desert"; //$NON-NLS-1$
public final static String SNOWMOBILE_RENDER = "Snowmobile"; //$NON-NLS-1$
private RenderingRulesStorage defaultRender = null; private RenderingRulesStorage defaultRender = null;
private RenderingRulesStorage currentSelectedRender = null; private RenderingRulesStorage currentSelectedRender = null;