We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b19b39 + e42ab71 commit 0b0eaa7Copy full SHA for 0b0eaa7
cegui/include/CEGUI/BitmapImage.h
@@ -42,7 +42,7 @@ class CEGUIEXPORT BitmapImage : public Image
42
const AutoScaledMode autoscaled, const Sizef& native_res);
43
44
void createRenderGeometry(std::vector<GeometryBuffer*>& out, const ImageRenderSettings& renderSettings, size_t canCombineFromIdx) const override;
45
-\
+
46
//! \brief Sets the Texture object of this Image.
47
void setTexture(Texture* texture) { d_texture = texture; }
48
//! \brief Returns the pointer to the Texture object used by this image.
0 commit comments