mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-29 09:35:39 +00:00
Removed an unnecessary force load setter from ImageComponent.
This commit is contained in:
parent
4e02ce230b
commit
fbb974de03
|
@ -30,8 +30,6 @@ public:
|
||||||
// Use an already existing texture.
|
// Use an already existing texture.
|
||||||
void setImage(const std::shared_ptr<TextureResource>& texture, bool resizeTexture = true);
|
void setImage(const std::shared_ptr<TextureResource>& texture, bool resizeTexture = true);
|
||||||
|
|
||||||
void setForceLoad(bool status) { mForceLoad = status; }
|
|
||||||
|
|
||||||
void onSizeChanged() override { updateVertices(); }
|
void onSizeChanged() override { updateVertices(); }
|
||||||
|
|
||||||
// Resize the image to fit this size. If one axis is zero, scale that axis to maintain
|
// Resize the image to fit this size. If one axis is zero, scale that axis to maintain
|
||||||
|
|
Loading…
Reference in a new issue