diff options
Diffstat (limited to 'games/openmw/files/patch-apps_openmw_mwgui_windowmanagerimp.cpp')
-rw-r--r-- | games/openmw/files/patch-apps_openmw_mwgui_windowmanagerimp.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/openmw/files/patch-apps_openmw_mwgui_windowmanagerimp.cpp b/games/openmw/files/patch-apps_openmw_mwgui_windowmanagerimp.cpp deleted file mode 100644 index 6aa09505859f..000000000000 --- a/games/openmw/files/patch-apps_openmw_mwgui_windowmanagerimp.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- apps/openmw/mwgui/windowmanagerimp.cpp.orig 2023-08-08 09:23:20 UTC -+++ apps/openmw/mwgui/windowmanagerimp.cpp -@@ -2148,7 +2148,7 @@ namespace MWGui - ResourceImageSetPointerFix* imgSetPointer = resource->castType<ResourceImageSetPointerFix>(false); - if (!imgSetPointer) - continue; -- std::string tex_name = imgSetPointer->getImageSet()->getIndexInfo(0,0).texture; -+ auto tex_name = imgSetPointer->getImageSet()->getIndexInfo(0,0).texture; - - osg::ref_ptr<osg::Image> image = mResourceSystem->getImageManager()->getImage(tex_name); - |