Fixed stupid error in the recent D3D fix.

This commit is contained in:
Aaron Giles 2008-01-05 03:19:05 +00:00
parent 2b7778f089
commit a676fdc0ba

View File

@ -752,7 +752,7 @@ try_again:
{
d3d->create_error_count++;
if (d3d->create_error_count < 10)
return 1;
return 0;
}
// fatal error if we just can't do it