renaming a func
This commit is contained in:
@@ -24,7 +24,7 @@ extern int verbosity;
|
||||
/*
|
||||
* please, add some parameters !
|
||||
*/
|
||||
int incrustation_0(FloatImg *src, FloatImg *dst, int k)
|
||||
int incrustation_vignette(FloatImg *src, FloatImg *dst, int k)
|
||||
{
|
||||
int x, y, x4, y4;
|
||||
float rgb[3];
|
||||
|
||||
Reference in New Issue
Block a user