|
From: <axl...@us...> - 2009-06-14 13:22:13
|
Revision: 321
http://hgengine.svn.sourceforge.net/hgengine/?rev=321&view=rev
Author: axlecrusher
Date: 2009-06-14 12:12:29 +0000 (Sun, 14 Jun 2009)
Log Message:
-----------
should be auto ptr
Modified Paths:
--------------
Mercury2/src/MercuryFBO.h
Modified: Mercury2/src/MercuryFBO.h
===================================================================
--- Mercury2/src/MercuryFBO.h 2009-06-14 03:34:30 UTC (rev 320)
+++ Mercury2/src/MercuryFBO.h 2009-06-14 12:12:29 UTC (rev 321)
@@ -35,7 +35,7 @@
bool m_initiated, m_useDepth, m_useScreenSize;
uint16_t m_width, m_height;
// uint32_t m_textureID[4];
- Texture *m_textures[4];
+ MAutoPtr< Texture > m_textures[4];
uint8_t m_numTextures;
static uint32_t m_lastRendered;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|