diff options
Diffstat (limited to 'games/openmw/files/patch-components_resource_imagemanager.hpp')
-rw-r--r-- | games/openmw/files/patch-components_resource_imagemanager.hpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/openmw/files/patch-components_resource_imagemanager.hpp b/games/openmw/files/patch-components_resource_imagemanager.hpp deleted file mode 100644 index b007c3cf7770..000000000000 --- a/games/openmw/files/patch-components_resource_imagemanager.hpp +++ /dev/null @@ -1,11 +0,0 @@ ---- components/resource/imagemanager.hpp.orig 2023-08-08 09:23:20 UTC -+++ components/resource/imagemanager.hpp -@@ -28,7 +28,7 @@ namespace Resource - - /// Create or retrieve an Image - /// Returns the dummy image if the given image is not found. -- osg::ref_ptr<osg::Image> getImage(const std::string& filename, bool disableFlip = false); -+ osg::ref_ptr<osg::Image> getImage(std::string_view filename, bool disableFlip = false); - - osg::Image* getWarningImage(); - |