mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
disambiguate System.Path (preparation for new PrimMesher)
This commit is contained in:
@@ -308,7 +308,7 @@ namespace OpenSim.Region.Physics.Meshing
|
||||
if (path == null)
|
||||
return;
|
||||
String fileName = name + "_" + title + ".raw";
|
||||
String completePath = Path.Combine(path, fileName);
|
||||
String completePath = System.IO.Path.Combine(path, fileName);
|
||||
StreamWriter sw = new StreamWriter(completePath);
|
||||
foreach (Triangle t in m_triangles)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user