Browse Source

Missed a space

rdb 12 years ago
parent
commit
f1d550bfd8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      makepanda/makepandacore.py

+ 1 - 1
makepanda/makepandacore.py

@@ -1920,7 +1920,7 @@ def SdkLocatePhysX():
                         SDK["PHYSXLIBS"] = folder + "/lib/win32"
                         AddToPathEnv("PATH", folder + "/../Bin/win32/")
 
-                   return
+                    return
 
         elif (GetHost() == "linux"):
             incpath = "/usr/include/PhysX/%s/SDKs" % key