diff options
author | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-02 19:19:12 +0100 |
---|---|---|
committer | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-02 19:19:12 +0100 |
commit | e1a6c367a7d4233ed5f38a68ee4d69c3cef1c4f5 (patch) | |
tree | 268bce49891b39d5a09fc39cc5d96cac36e71bfd /src/crepe/facade/SDLContext.h | |
parent | cffa9f014c67133dc48569beb53a5bd6cb166faa (diff) |
make format
Diffstat (limited to 'src/crepe/facade/SDLContext.h')
-rw-r--r-- | src/crepe/facade/SDLContext.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/crepe/facade/SDLContext.h b/src/crepe/facade/SDLContext.h index 1c67301..e128bfd 100644 --- a/src/crepe/facade/SDLContext.h +++ b/src/crepe/facade/SDLContext.h @@ -169,9 +169,8 @@ private: * \param g Green color * \param b Blue color */ - void set_rbg_texture(const Texture & texture, const uint8_t & r, - const uint8_t & g, const uint8_t & b); - + void set_rbg_texture(const Texture & texture, const uint8_t & r, const uint8_t & g, + const uint8_t & b); /** * \brief Set an additional alpha value multiplied into render copy operations. |