mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-09-11 16:25:37 -04:00
Consistency with other member variable docs
This commit is contained in:
parent
1c7159c39a
commit
e0654f045b
@ -49,7 +49,7 @@ class RWops;
|
|||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
class Texture {
|
class Texture {
|
||||||
private:
|
private:
|
||||||
SDL_Texture* texture_; ///< SDL2 texture pointer
|
SDL_Texture* texture_; ///< Contained SDL_Texture structure
|
||||||
|
|
||||||
public:
|
public:
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
|
Loading…
x
Reference in New Issue
Block a user