diff options
author | Dave Parks <davep@lindenlab.com> | 2011-04-12 10:34:58 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-04-12 10:34:58 -0500 |
commit | d640839826807d361aba30ccf90955280375de06 (patch) | |
tree | 67184c85824b39c6bd3e952a7f5b1fc255e102eb /indra/newview/viewer_manifest.py | |
parent | f2de0bae8a4b2fdf18d5d314e835dd8ac4ad8383 (diff) |
We're using libcollada14dom22 now.
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rw-r--r-- | indra/newview/viewer_manifest.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 0850309d77..6f70034624 100644 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -275,9 +275,9 @@ class WindowsManifest(ViewerManifest): # Mesh 3rd party libs needed for auto LOD and collada reading try: if self.args['configuration'].lower() == 'debug': - self.path("libcollada14dom21-d.dll") + self.path("libcollada14dom22-d.dll") else: - self.path("libcollada14dom21.dll") + self.path("libcollada14dom22.dll") self.path("glod.dll") except RuntimeError, err: |