- fix javadoc in SpatialAssetDataObject

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10243 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
nor..67 12 years ago
parent d0dc0d1345
commit 7dc8a3068e
  1. 8
      sdk/jme3-core/src/com/jme3/gde/core/assets/SpatialAssetDataObject.java

@ -142,10 +142,10 @@ public class SpatialAssetDataObject extends AssetDataObject {
Exceptions.printStackTrace(ex);
}
}
/*
* SDK:
- Only store ORIGINAL_PATH AssetData property when actually converting
- Store ORIGINAL_PATH and ORIGINAL_NAME UserData on geometry when creating j3o files with the SDK
/**
* Stores ORIGINAL_NAME and ORIGINAL_PATH UserData to all Geometry in
* loaded spatial
*/
protected void storeOriginalPathUserData() {
final ArrayList<String> geomMap = new ArrayList<String>();

Loading…
Cancel
Save