Flip scrolling issues around, it'll slow on load instead of jumping fast

This commit is contained in:
Toni Spets 2010-11-18 16:46:22 +02:00
parent d066962617
commit 6b237c5ba1
3 changed files with 1 additions and 3 deletions

View file

@ -84,8 +84,6 @@ DWORD WINAPI render_main(void)
while(ddraw->render.run)
{
ResetEvent(ddraw->render.ev);
scale_w = (float)ddraw->width/tex_width;
scale_h = (float)ddraw->height/tex_height;