Update RendererRegistry.java
This commit is contained in:
parent
71bd0beeee
commit
acd843dfb1
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,6 @@ public class RendererRegistry {
|
|||
public final static String LIGHTRS_RENDER = "LightRS"; //$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 SNOWMOBILE_RENDER = "Snowmobile"; //$NON-NLS-1$
|
||||
|
||||
private RenderingRulesStorage defaultRender = null;
|
||||
private RenderingRulesStorage currentSelectedRender = null;
|
||||
|
@ -76,6 +75,7 @@ public class RendererRegistry {
|
|||
internalRenderers.put(WINTER_SKI_RENDER, "skimap" + ".render.xml");
|
||||
internalRenderers.put(OFFROAD_RENDER, "offroad" + ".render.xml");
|
||||
internalRenderers.put(DESERT_RENDER, "desert" + ".render.xml");
|
||||
internalRenderers.put(SNOWMOBILE_RENDER, "snowmobile" + ".render.xml");
|
||||
}
|
||||
|
||||
public RenderingRulesStorage defaultRender() {
|
||||
|
|
Loading…
Reference in a new issue