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, 11 insertions, 0 deletions
diff --git a/games/openmw/files/patch-components_resource_imagemanager.hpp b/games/openmw/files/patch-components_resource_imagemanager.hpp new file mode 100644 index 000000000000..b007c3cf7770 --- /dev/null +++ b/games/openmw/files/patch-components_resource_imagemanager.hpp @@ -0,0 +1,11 @@ +--- 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(); + |