Navigation Menu

Skip to content

Commit

Permalink
Fixed|ModelDrawable: Use NativePath to clean up paths in the source data
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed May 25, 2015
1 parent 528a2f2 commit 1f90448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/sdk/libgui/src/graphics/modeldrawable.cpp
Expand Up @@ -580,7 +580,7 @@ DENG2_PIMPL(ModelDrawable)
try
{
setTexture(materialId, map, imageLoader->loadImage(sourcePath.fileNamePath() /
String(texPath.C_Str())));
NativePath(texPath.C_Str())));
break;
}
catch(Error const &er)
Expand Down

0 comments on commit 1f90448

Please sign in to comment.