mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 01:44:06 -04:00
Typo
This commit is contained in:
parent
d59a7cbba1
commit
e04ad3d78f
@ -1201,7 +1201,7 @@ def SetOrigExt(x, v):
|
|||||||
def CalcLocation(fn, ipath):
|
def CalcLocation(fn, ipath):
|
||||||
if (fn.count("/")): return fn
|
if (fn.count("/")): return fn
|
||||||
dllext = ""
|
dllext = ""
|
||||||
if (GetOptimizeOption(opts,OPTIMIZE) <= 2): dllext = "_d"
|
if (int(OPTIMIZE) <= 2): dllext = "_d"
|
||||||
|
|
||||||
if (fn == "PandaModules.py"): return "pandac/" + fn
|
if (fn == "PandaModules.py"): return "pandac/" + fn
|
||||||
if (fn.endswith(".cxx")): return CxxFindSource(fn, ipath)
|
if (fn.endswith(".cxx")): return CxxFindSource(fn, ipath)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user