win32: what you dont like my debug printfs?
This commit is contained in:
parent
c9e117452f
commit
60e382c816
|
@ -584,8 +584,6 @@ void UnscaleScreenCoords(s32& x, s32& y)
|
||||||
|
|
||||||
x = video.dividebyratio(x);
|
x = video.dividebyratio(x);
|
||||||
y = video.dividebyratio(y);
|
y = video.dividebyratio(y);
|
||||||
|
|
||||||
printf("%d %d\n",x,y);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// input x,y should be windows client-space coords already at 1x scaling.
|
// input x,y should be windows client-space coords already at 1x scaling.
|
||||||
|
|
Loading…
Reference in New Issue