mzanin
14-10-2010 20:08:53
I must be going crazy but could someone enlighten me as to why
causes an AccessViolationException every time... and this:
does not?
I don't know what the stack trace etc. is because I'm running from a release build of Mogre 1.7.1.
var texture = TextureManager.Singleton.GetByName(m_TextureName);
if (texture != null)
{
TextureManager.Singleton.Remove(m_TextureName);
}
causes an AccessViolationException every time... and this:
TextureManager.Singleton.Remove(m_TextureName);
does not?
I don't know what the stack trace etc. is because I'm running from a release build of Mogre 1.7.1.