|
@@ -57,10 +57,12 @@ public class BuildServiceImpl implements IBuildService {
|
|
|
skyboxType = "SKYBOX_V11";
|
|
|
splitType = "SPLIT_V14";
|
|
|
if (!ObjectUtils.isEmpty(fdageData)) {
|
|
|
- if ((fdageData.containsKey("exportMeshObj") && fdageData.getIntValue("exportMeshObj") == 1)
|
|
|
- || fdageData.containsKey("OnlyExportMeshObj")) {
|
|
|
+ if ((fdageData.containsKey("exportMeshObj") && fdageData.getIntValue("exportMeshObj") == 1)) {
|
|
|
splitType = "SPLIT_V22";
|
|
|
}
|
|
|
+ if(fdageData.containsKey("OnlyExportMeshObj")){
|
|
|
+ splitType = "SPLIT_V20";
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
|