From 1f90448e8736b48e41afccac788cc77e1c503e46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20Ker=C3=A4nen?= Date: Mon, 25 May 2015 22:38:08 +0300 Subject: [PATCH] Fixed|ModelDrawable: Use NativePath to clean up paths in the source data --- doomsday/sdk/libgui/src/graphics/modeldrawable.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doomsday/sdk/libgui/src/graphics/modeldrawable.cpp b/doomsday/sdk/libgui/src/graphics/modeldrawable.cpp index 7207f39b23..f3efab1a4f 100644 --- a/doomsday/sdk/libgui/src/graphics/modeldrawable.cpp +++ b/doomsday/sdk/libgui/src/graphics/modeldrawable.cpp @@ -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)