Raymath *Equals functions return bool instead of int.
This commit is contained in:
@@ -1897,7 +1897,7 @@ Returns hexadecimal value for a Color
|
||||
int ltexturesColorToInt( lua_State* L ) {
|
||||
Color color = uluaGetColor( L, 1 );
|
||||
|
||||
lua_pushinteger( L, ColorToInt( color ) );
|
||||
lua_pushinteger( L, (unsigned int)ColorToInt( color ) );
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user