diff --git a/IO/Import/vtkOBJImporter.cxx b/IO/Import/vtkOBJImporter.cxx index fb226d9bcd7..7a28a305e58 100644 --- a/IO/Import/vtkOBJImporter.cxx +++ b/IO/Import/vtkOBJImporter.cxx @@ -212,7 +212,7 @@ vtkOBJPolyDataProcessor::vtkOBJPolyDataProcessor() this->FileName = ""; this->MTLFileName = ""; this->DefaultMTLFileName = true; - this->TexturePath = "."; + this->TexturePath = "./"; this->VertexScale = 1.0; this->SuccessParsingFiles = 1; this->SetNumberOfInputPorts(0);