View Single Post
Re: TRACE_TEXTURE weirdnesses
Old
  (#2)
botman
Super Moderator
 
Status: Offline
Posts: 280
Join Date: Jan 2004
Location: Plano, TX
Default 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
  
Reply With Quote