Skip to content

Commit 0b0eaa7

Browse files
authored
Merge pull request #1318 from FluXy/patch-11
Remove a stray backslash
2 parents 1b19b39 + e42ab71 commit 0b0eaa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cegui/include/CEGUI/BitmapImage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class CEGUIEXPORT BitmapImage : public Image
4242
const AutoScaledMode autoscaled, const Sizef& native_res);
4343

4444
void createRenderGeometry(std::vector<GeometryBuffer*>& out, const ImageRenderSettings& renderSettings, size_t canCombineFromIdx) const override;
45-
\
45+
4646
//! \brief Sets the Texture object of this Image.
4747
void setTexture(Texture* texture) { d_texture = texture; }
4848
//! \brief Returns the pointer to the Texture object used by this image.

0 commit comments

Comments
 (0)