From 9b60b862e58905780bf47f69a34522fde046ebea Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Tue, 27 Sep 2022 17:03:43 -0400 Subject: procedural chunk loading --- engine/xe_image.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/xe_image.hpp') 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; -- cgit v1.2.3-freya