default unique name

This commit is contained in:
Glenn Maynard
2007-02-21 05:42:55 +00:00
parent e410b7bd63
commit 33f0c55e8c
+3
View File
@@ -12,6 +12,9 @@ ActorFrameTexture::ActorFrameTexture()
m_bDepthBuffer = false;
m_bAlphaBuffer = false;
m_bPreserveTexture = false;
static uint64_t i = 0;
++i;
m_sTextureName = ssprintf( ConvertI64FormatString("ActorFrameTexture %lli"), i );
m_pRenderTarget = NULL;
}