Re: TRACE_TEXTURE weirdnesses -
05-05-2004
What are you doing with pTextureName in the rest of that function?
You're not trying to return pTextureName back from the function are you? That would cause problems because pTextureName is a local variable on the stack frame of that function.
botman
|