added more settings in h file
This commit is contained in:
@@ -55,8 +55,8 @@ void init_fdf(t_fdf *fdf)
|
||||
{
|
||||
struct timeval current_time;
|
||||
|
||||
fdf->win_size_x = 700;
|
||||
fdf->win_size_y = 700;
|
||||
fdf->win_size_x = 902;
|
||||
fdf->win_size_y = 913;
|
||||
fdf->img_size_x = fdf->win_size_x;
|
||||
fdf->img_size_y = fdf->win_size_y;
|
||||
init_offset(fdf);
|
||||
|
||||
Reference in New Issue
Block a user