forked from tTh/FloatImg
more classic value for float default parameter
This commit is contained in:
@@ -76,7 +76,7 @@ int main(int argc, char *argv[])
|
||||
int foo, opt;
|
||||
int width, height;
|
||||
char *fname;
|
||||
float fvalue = 0.01;
|
||||
float fvalue = 1.0;
|
||||
int type = T_BLACK;
|
||||
char *tname = "wtf?";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user