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