Skip to content
Snippets Groups Projects
Unverified Commit fe2c56a3 authored by CNLohr's avatar CNLohr Committed by GitHub
Browse files

Update color_utilities.h

parent fb61dce2
No related branches found
No related tags found
No related merge requests found
......@@ -194,7 +194,6 @@ static inline uint32_t FastMultiply( uint32_t big_num, uint32_t small_num )
*/
}
static uint32_t TweenHexColors( uint32_t hexa, uint32_t hexb, int tween ) __attribute__((section(".data")));
static uint32_t TweenHexColors( uint32_t hexa, uint32_t hexb, int tween )
{
if( tween <= 0 ) return hexa;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment