Ok guys, I figured out alt-tab issue (that's was my mistake lol) and I
have last question: How do I clean what was rendered in motion blur?
I need to do that because when I load new map I see old transparent
image over new one.

if ( ( fNextDrawTime - gpGlobals->curtime ) > 1.0f )
{
 fNextDrawTime = 0.0f;
 // need to clean motion blur stuff here
 return;
}


_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders

Reply via email to