diff options
Diffstat (limited to 'engine/xe_image.hpp')
-rw-r--r-- | engine/xe_image.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/xe_image.hpp b/engine/xe_image.hpp index 6520a95..bc1dad2 100644 --- a/engine/xe_image.hpp +++ b/engine/xe_image.hpp @@ -10,7 +10,7 @@ class Image { public: - Image(Device &xeDevice, const std::string &filename, bool anisotropic); + Image(const std::string &filename, bool anisotropic); ~Image(); Image(const Image&) = delete; |