浏览代码

ConvertModel: Remove `,ex` to not call the deprecated showException

MeFisto94 8 年之前
父节点
当前提交
ebc114f929
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      jme3-core/src/com/jme3/gde/core/assets/actions/ConvertModel.java

+ 1 - 1
jme3-core/src/com/jme3/gde/core/assets/actions/ConvertModel.java

@@ -73,7 +73,7 @@ public final class ConvertModel implements ActionListener {
                             MessageUtil.error("Unable to convert the model: An Exception has occured.\n"
                                     + "Please look into the Output Window and report that Exception\n"
                                     + "(including the full stacktrace) to us at \n"
-                                    + "https://github.com/jMonkeyEngine/sdk/issues", ex);
+                                    + "https://github.com/jMonkeyEngine/sdk/issues");
                             logger.log(Level.SEVERE, "An Exception has occured.", ex);
                         }
                     }