aboutsummaryrefslogtreecommitdiff
path: root/resource-manager/Image_asset.h
diff options
context:
space:
mode:
Diffstat (limited to 'resource-manager/Image_asset.h')
-rw-r--r--resource-manager/Image_asset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/resource-manager/Image_asset.h b/resource-manager/Image_asset.h
index 88c0fb0..93617e6 100644
--- a/resource-manager/Image_asset.h
+++ b/resource-manager/Image_asset.h
@@ -16,7 +16,7 @@ class Texture : public Resource {
public:
Texture(const std::string& path);
~Texture();
-
+
void setTexture(SDL_Renderer& renderer);
SDL_Surface* getSurface() const;
SDL_Texture* getTexture() const;