remove warnings when compiling with MSVC++2010

This commit is contained in:
Thomas Bernard
2018-03-19 15:58:28 +01:00
parent 10997509c8
commit f9616f570a
6 changed files with 10 additions and 8 deletions

View File

@@ -2002,7 +2002,7 @@ void Draw_curve_general(short x1, short y1,
old_x=x1;
old_y=y1;
Pixel_figure(old_x,old_y,color);
delta=0.05; // 1.0/20
delta=0.05f; // 1.0/20
t=0;
for (i=1; i<=20; i++)
{