mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-03 10:55:57 -04:00
Move documentation bit to method it actually belongs to
This commit is contained in:
parent
8003052f32
commit
01315e3afa
@ -271,6 +271,8 @@ public:
|
||||
///
|
||||
/// \param[in] x2 New X coordinate value
|
||||
///
|
||||
/// This modifies rectangle width internally
|
||||
///
|
||||
/// \returns Reference to self
|
||||
///
|
||||
////////////////////////////////////////////////////////////
|
||||
@ -284,8 +286,6 @@ public:
|
||||
///
|
||||
/// \returns Y coordinate of the rect second corner
|
||||
///
|
||||
/// This modifies rectangle width internally
|
||||
///
|
||||
////////////////////////////////////////////////////////////
|
||||
constexpr int GetY2() const {
|
||||
return y + h - 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user