Browse Source

*** empty log message ***

David Rose 25 years ago
parent
commit
5529fd0117
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pandatool/src/converter/somethingToEggConverter.cxx

+ 2 - 2
pandatool/src/converter/somethingToEggConverter.cxx

@@ -16,8 +16,8 @@ SomethingToEggConverter::
 SomethingToEggConverter() {
   _egg_data = (EggData *)NULL;
   _owns_egg_data = false;
-  _tpc = PC_unchanged;
-  _mpc = PC_unchanged;
+  _tpc = PC_absolute;
+  _mpc = PC_absolute;
   _error = false;
 }