From 490d0156266178a706071f0541d87241c5e38463 Mon Sep 17 00:00:00 2001
From: jonwd7 <jon.wd7@gmail.com>
Date: Wed, 6 Sep 2017 09:59:37 -0400
Subject: [PATCH] NiPhysX version fix

---
 nif.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nif.xml b/nif.xml
index 399690d..8a99bed 100644
--- a/nif.xml
+++ b/nif.xml
@@ -4772,7 +4772,7 @@
         <add name="Solver Iteration Count" type="uint" />
         <add name="Sleep Energy Threshold" type="float" ver1="20.3.0.0" />
         <add name="Sleep Damping" type="float" ver1="20.3.0.0" />
-        <add name="Contact Report Threshold" type="float" />
+        <add name="Contact Report Threshold" type="float" ver1="20.4.0.0" />
     </niobject>
 
     <enum name="NxJointType" storage="uint">
-- 
GitLab