diff --git a/sdk/jme3-core/src/com/jme3/gde/core/assets/SpatialAssetDataObject.java b/sdk/jme3-core/src/com/jme3/gde/core/assets/SpatialAssetDataObject.java index 210b6fcc1..426414606 100644 --- a/sdk/jme3-core/src/com/jme3/gde/core/assets/SpatialAssetDataObject.java +++ b/sdk/jme3-core/src/com/jme3/gde/core/assets/SpatialAssetDataObject.java @@ -142,11 +142,11 @@ 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 geomMap = new ArrayList(); Spatial spat = (Spatial) savable;