diff options
Diffstat (limited to 'src/blucat/texture.hpp')
-rw-r--r-- | src/blucat/texture.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blucat/texture.hpp b/src/blucat/texture.hpp index 5d076dc..4bf0350 100644 --- a/src/blucat/texture.hpp +++ b/src/blucat/texture.hpp @@ -41,7 +41,7 @@ struct Texture std::vector<VkDescriptorSet> descriptor_sets; Texture(Font *font, const char *str); - Texture(std::string texture_path); + Texture(const std::string &texture_path); Texture(const char* texture_path); ~Texture(); }; |