[3Depict/f13/master] * update to 0.0.3

mycae mycae at fedoraproject.org
Thu Dec 2 21:43:52 UTC 2010


commit 9aa07ce6bfa54920ab30e219591e96bccb98079e
Author: mycae <mycae at yahoo.com>
Date:   Sun Nov 28 05:46:07 2010 +0000

    * update to 0.0.3

 3Depict-0.0.3-texture-path.patch |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/3Depict-0.0.3-texture-path.patch b/3Depict-0.0.3-texture-path.patch
new file mode 100644
index 0000000..cfc9ef4
--- /dev/null
+++ b/3Depict-0.0.3-texture-path.patch
@@ -0,0 +1,12 @@
+diff -r bf43078bcaed src/basics.h
+--- src/basics.h	Fri Nov 26 00:20:07 2010 +0000
++++ src/basics.h	Fri Nov 26 00:21:07 2010 +0000
+@@ -107,7 +107,7 @@
+ 
+ 	//Mac
+ 	//	- Look in cwd
+-	return  std::string(name);
++	return std::string("/usr/share/3Depict/") + std::string(name);
+ }
+ 
+ template<class T1, class T2>


More information about the scm-commits mailing list