Browse Source

export temp_hpr_fix from dll

David Rose 22 years ago
parent
commit
439b8b4546
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/linmath/config_linmath.h

+ 1 - 1
panda/src/linmath/config_linmath.h

@@ -25,7 +25,7 @@
 NotifyCategoryDecl(linmath, EXPCL_PANDA, EXPTP_PANDA);
 
 extern const bool paranoid_hpr_quat;
-extern const bool temp_hpr_fix;
+extern EXPCL_PANDA const bool temp_hpr_fix;
 
 extern EXPCL_PANDA void init_liblinmath();