|
@@ -86,6 +86,7 @@ public class BuildServiceImpl implements IBuildService {
|
|
switch (fdageData.getString("modelType")){
|
|
switch (fdageData.getString("modelType")){
|
|
case ModelTypeEnums.TILE_CODE:
|
|
case ModelTypeEnums.TILE_CODE:
|
|
if(skyboxType.equals("SKYBOX_V6")){
|
|
if(skyboxType.equals("SKYBOX_V6")){
|
|
|
|
+
|
|
skyboxType = "SKYBOX_V14";
|
|
skyboxType = "SKYBOX_V14";
|
|
}else if(skyboxType.equals("SKYBOX_V11")){
|
|
}else if(skyboxType.equals("SKYBOX_V11")){
|
|
skyboxType = "SKYBOX_V15";
|
|
skyboxType = "SKYBOX_V15";
|