Re: wined3d: remove a useless variable
14 Nov
2010
14 Nov
'10
1:43 p.m.
- static BOOL warned = FALSE; - if(!warned) { - ERR("The application tries to lock the render target, but render target locking is disabled\n"); - warned = TRUE; - } + ERR("The application tries to lock the render target, but render target locking is disabled\n");
Why is that useless? It supresses console flooding. -- Best Regards, André Hentschel
5597
Age (days ago)
5597
Last active (days ago)
0 comments
1 participants
participants (1)
-
André Hentschel