aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Texture_manager.cs
diff options
context:
space:
mode:
authorcw2007-02-01 00:15:47 +0000
committercw2007-02-01 00:15:47 +0000
commit89d242d246cbe8023af9b428257053e92572a8c8 (patch)
tree2439577b82c44b9dcc499994e70e863343d00831 /Texture_manager.cs
parentMaking trunk; applying appropriate license to each file (diff)
downloadopensim-SC_OLD-89d242d246cbe8023af9b428257053e92572a8c8.zip
opensim-SC_OLD-89d242d246cbe8023af9b428257053e92572a8c8.tar.gz
opensim-SC_OLD-89d242d246cbe8023af9b428257053e92572a8c8.tar.bz2
opensim-SC_OLD-89d242d246cbe8023af9b428257053e92572a8c8.tar.xz
Cleanup
Diffstat (limited to 'Texture_manager.cs')
-rw-r--r--Texture_manager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Texture_manager.cs b/Texture_manager.cs
index 990557e..1321358 100644
--- a/Texture_manager.cs
+++ b/Texture_manager.cs
@@ -169,7 +169,7 @@ namespace Second_server
169 } 169 }
170 private void load_image(Texture_image im) 170 private void load_image(Texture_image im)
171 { 171 {
172 string data_path=System.Windows.Forms.Application.StartupPath + @"\textures\"; 172 string data_path=System.AppDomain.CurrentDomain.BaseDirectory + @"\textures\";
173 string filename=data_path+@im.filename; 173 string filename=data_path+@im.filename;
174 FileInfo fInfo = new FileInfo(filename); 174 FileInfo fInfo = new FileInfo(filename);
175 175