Browse Source

oops, typo

David Rose 22 years ago
parent
commit
288ecc650f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pandatool/src/mayaegg/mayaToEggConverter.cxx

+ 1 - 1
pandatool/src/mayaegg/mayaToEggConverter.cxx

@@ -205,7 +205,7 @@ convert_file(const Filename &filename) {
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
 DistanceUnit MayaToEggConverter::
 DistanceUnit MayaToEggConverter::
 get_input_units() {
 get_input_units() {
-  _maya->get_units();
+  return _maya->get_units();
 }
 }
 
 
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////